diff options
author | Christopher Baines <mail@cbaines.net> | 2023-05-09 16:13:08 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-05-09 16:13:08 +0100 |
commit | 0b7eb2009274f5e6f4ed61d84fdcae30be56404c (patch) | |
tree | 30165c58644ca8b32b166c407d7b86f2f5fb7855 /guix-qa-frontpage/view | |
parent | 51fb0d63eed55a27da0f0088f63f6a7360cc8b03 (diff) | |
download | qa-frontpage-0b7eb2009274f5e6f4ed61d84fdcae30be56404c.tar qa-frontpage-0b7eb2009274f5e6f4ed61d84fdcae30be56404c.tar.gz |
Update contribution details
Diffstat (limited to 'guix-qa-frontpage/view')
-rw-r--r-- | guix-qa-frontpage/view/home.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm index 7793c35..34ef358 100644 --- a/guix-qa-frontpage/view/home.scm +++ b/guix-qa-frontpage/view/home.scm @@ -12,11 +12,11 @@ "This service is in the very early stages of development. " (br) "Find the code in " - (a (@ (href "https://git.cbaines.net/guix/qa-frontpage/")) + (a (@ (href "https://git.savannah.gnu.org/cgit/guix/qa-frontpage.git/")) "this git repository") " and send patches to " - (a (@ (href "mailto:mail@cbaines.net")) - "mail@cbaines.net") + (a (@ (href "mailto:guix-devel@gnu.org")) + "guix-devel@gnu.org") ".") (div (@ (class "row")) |