diff options
author | EuAndreh <eu@euandre.org> | 2022-01-16 16:33:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-16 16:33:41 -0300 |
commit | 3167c2737d6a2282641a5f88a66c92062c39caa4 (patch) | |
tree | 318c55d964dd49208a139d0bc7ff0ad0e32f50a1 /aux/workflow/assert-readme.sh | |
parent | Makefile.dynamic: add (diff) | |
download | euandre.org-3167c2737d6a2282641a5f88a66c92062c39caa4.tar.gz euandre.org-3167c2737d6a2282641a5f88a66c92062c39caa4.tar.xz |
aux/: Update
Diffstat (limited to '')
-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 |