diff options
-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")) |