diff options
author | EuAndreh <eu@euandre.org> | 2022-01-15 21:55:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-15 21:55:37 -0300 |
commit | 93d4bc74fc0fca1c7fd89c44da4531094ab67b20 (patch) | |
tree | d900c4be5b2b448e809e85f5e0af181b00709505 | |
parent | Update translations (diff) | |
download | git-permalink-93d4bc74fc0fca1c7fd89c44da4531094ab67b20.tar.gz git-permalink-93d4bc74fc0fca1c7fd89c44da4531094ab67b20.tar.xz |
aux/workflow/assert-readme.sh: Fix COPYING link
-rwxr-xr-x | aux/workflow/assert-readme.sh | 2 |
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 |