diff options
author | Zheng Junjie <z572@z572.online> | 2025-05-14 18:27:31 +0800 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-05-26 10:19:09 +0100 |
commit | 17a1cef93356fce5ab65c6160a56ba4707ea8b0d (patch) | |
tree | 5fabe6b9a3874492ff0d85c587a954c8ed5587de | |
parent | 58f1dc5acb297ee51b7257fb768d2b2551645c14 (diff) | |
download | qa-frontpage-17a1cef93356fce5ab65c6160a56ba4707ea8b0d.tar qa-frontpage-17a1cef93356fce5ab65c6160a56ba4707ea8b0d.tar.gz |
Update repo url
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | guix-qa-frontpage/view/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm index 3a1c1d9..6b22e4d 100644 --- a/guix-qa-frontpage/view/home.scm +++ b/guix-qa-frontpage/view/home.scm @@ -122,7 +122,7 @@ td.bad { "qa.guix.gnu.org is powered by the Guix qa-frontpage." (br) "Find the code in " - (a (@ (href "https://git.savannah.gnu.org/cgit/guix/qa-frontpage.git/")) + (a (@ (href "https://codeberg.org/guix/qa-frontpage.git/")) "this git repository") " and send patches to " (a (@ (href "mailto:guix-devel@gnu.org")) |