diff options
author | EuAndreh <eu@euandre.org> | 2021-06-12 22:51:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-13 11:02:55 -0300 |
commit | 11c1dbf42f790b2e65ab13ab7b48647485231ac9 (patch) | |
tree | 861ccee4c9d1f41c75a14c6ba282022c5ff1009a /aux/workflow/assert-readme.sh | |
parent | TODOs.md: Mark #task-6e6f917f-26ad-09fd-9a09-84b5df0f3ea4 as DONE (diff) | |
download | git-permalink-11c1dbf42f790b2e65ab13ab7b48647485231ac9.tar.gz git-permalink-11c1dbf42f790b2e65ab13ab7b48647485231ac9.tar.xz |
README.md: Point to copy of license in the source code repository itself
Diffstat (limited to 'aux/workflow/assert-readme.sh')
-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 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 |