diff options
author | Mathieu Lirzin <mthl@openmailbox.org> | 2015-05-25 17:48:29 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@openmailbox.org> | 2015-05-25 18:03:59 +0200 |
commit | 9471b92fe786cc1d4d1a1a17ad642c9e5dbceea5 (patch) | |
tree | 67b43188d8bf9cf3a602294a7944d16792c64b9f /website | |
parent | 31fde169483b2e77a4d59eac54a79732bef8786f (diff) | |
download | guix-artwork-9471b92fe786cc1d4d1a1a17ad642c9e5dbceea5.tar guix-artwork-9471b92fe786cc1d4d1a1a17ad642c9e5dbceea5.tar.gz |
website: Fix link to the repo.
* website/www/shared.scm (html-page-footer): Fix link to the repo.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/shared.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www/shared.scm b/website/www/shared.scm index 4563315..c769468 100644 --- a/website/www/shared.scm +++ b/website/www/shared.scm @@ -90,6 +90,6 @@ GUix Package Manager, Guile Scheme, Functional package management"))) "Guile") " under " (a (@ (href ,(gnu-url "licenses/agpl-3.0.html")) (class "hlink-yellow")) "AGPL") " license (" - (a (@ (href "http://git.savannah.gnu.org/cgit/guix/guix-artwork.git") + (a (@ (href "http://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website") (class "hlink-yellow")) "Source code") ").")) |