diff options
author | Arun Isaac | 2022-01-19 10:51:22 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-19 10:51:22 +0530 |
commit | 3fa8be6e10f8c9c3f06c6fa9a4e003308158af78 (patch) | |
tree | b6938bc0275c8ff97be94f3191eb30156154aba9 | |
parent | b2e3a9fd8b3c0c2a76684a78aaff80a759641120 (diff) | |
download | ccwl-3fa8be6e10f8c9c3f06c6fa9a4e003308158af78.tar.gz ccwl-3fa8be6e10f8c9c3f06c6fa9a4e003308158af78.tar.lz ccwl-3fa8be6e10f8c9c3f06c6fa9a4e003308158af78.zip |
build-aux: Fix broken link to signing key.
* build-aux/build-home-page.el (org-dblock-write:download): Fix broken
link to signing key.
-rw-r--r-- | build-aux/build-home-page.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/build-home-page.el b/build-aux/build-home-page.el index f83438c..6615111 100644 --- a/build-aux/build-home-page.el +++ b/build-aux/build-home-page.el @@ -1,5 +1,5 @@ ;;; ccwl --- Concise Common Workflow Language -;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2021, 2022 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of ccwl. ;;; @@ -50,7 +50,7 @@ Download release tarballs. release-file)) "refs/tags/v*") (insert " -Download [[https://systemreboot.net/files/misc/arunisaac.pub][public signing key]]. +Download [[https://systemreboot.net/about/arunisaac.pub][public signing key]]. Browse the [[https://github.com/arunisaac/ccwl][development version]] of ccwl hosted on GitHub.") ;; Fix tarball filenames. |