aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-readme.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 22:54:48 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 22:54:48 -0300
commit7985c6596c6be57507636b49bf64a144231ba2bd (patch)
treef65b1d73c487f5589571ea5035ab933fd06b2eac /aux/workflow/assert-readme.sh
parentUpdate locale/ (diff)
downloadeuandre.org-7985c6596c6be57507636b49bf64a144231ba2bd.tar.gz
euandre.org-7985c6596c6be57507636b49bf64a144231ba2bd.tar.xz
aux/: Update
Diffstat (limited to 'aux/workflow/assert-readme.sh')
-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 cef75dd..77e9ead 100755
--- a/aux/workflow/assert-readme.sh
+++ b/aux/workflow/assert-readme.sh
@@ -50,7 +50,7 @@ cat <<EOF >> "$EXPECTED"
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://www.gnu.org/licenses/agpl-3.0.en.html
+[AGPL-3.0-or-later]: https://git.euandreh.xyz/$PROJECT/tree/COPYING
EOF
if ! tail -n "$(wc -l < "$EXPECTED")" README.md | diff - "$EXPECTED"; then