aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-readme.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-19 09:19:14 -0300
committerEuAndreh <eu@euandre.org>2022-01-19 09:19:14 -0300
commit7fecfa8a38029de3c0148820a312bcf3d0459db7 (patch)
tree35a5930d8b694b1b96fa50ddc10776bb7231082b /aux/workflow/assert-readme.sh
parentdependencies.dot: Mark git-permalink as DONE (diff)
downloadpackage-repository-7fecfa8a38029de3c0148820a312bcf3d0459db7.tar.gz
package-repository-7fecfa8a38029de3c0148820a312bcf3d0459db7.tar.xz
aux/: Update
Diffstat (limited to '')
-rwxr-xr-xaux/workflow/assert-readme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh
index 7afeb4c..0a85221 100755
--- a/aux/workflow/assert-readme.sh
+++ b/aux/workflow/assert-readme.sh
@@ -98,7 +98,7 @@ The code is licensed under
[GNU Affero General Public License v3.0 or later][AGPL-3.0-or-later]
(AGPL-3.0-or-later).
-[AGPL-3.0-or-later]: https://euandreh.xyz/.git$PROJECT/tree/COPYING
+[AGPL-3.0-or-later]: https://euandreh.xyz/$PROJECT.git/tree/COPYING
EOF
if ! tail -n "$(wc -l < "$EXPECTED")" README.md | diff - "$EXPECTED"; then