diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 13:56:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 13:56:06 +0200 |
commit | cb6ad87aac66f00d05e48f660d01afd05bd1038e (patch) | |
tree | f2c894df77419588b28000b6ff3d534801a1a6f1 /website/www/contribute.scm | |
parent | 7f23667b7b8fe039384f0ea2dd9f9c97da28fd87 (diff) | |
download | guix-artwork-cb6ad87aac66f00d05e48f660d01afd05bd1038e.tar guix-artwork-cb6ad87aac66f00d05e48f660d01afd05bd1038e.tar.gz |
website: Make repositories more visible.
* website/www/contribute.scm (contribute-page): Add links to the
repositories. Mention Git.
Diffstat (limited to 'website/www/contribute.scm')
-rw-r--r-- | website/www/contribute.scm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/website/www/contribute.scm b/website/www/contribute.scm index 42db215..aa62ad7 100644 --- a/website/www/contribute.scm +++ b/website/www/contribute.scm @@ -33,7 +33,11 @@ will do our best to guide you. ") maintenance and distribution of the Guix System Distribution and GNU Guix.") (p "The source files for all the components of the project, including software, web site, documentation, and artwork, are available -in repositories at Savannah. ") +in " + (a (@ (href + "https://savannah.gnu.org/git/?group=guix")) + "Git repositories") + " at Savannah. ") (a (@ (href "https://savannah.gnu.org/projects/guix") (class "hlink-more-dark")) "Access Savannah")) @@ -83,7 +87,11 @@ distribution can be found " "Send a new package")) (div (@ (class "summary-box")) (h2 (@ (id "programming")) "Programming") - (p "We use " + (p "Source code is in the " + (a (@ (href + "http://git.savannah.gnu.org/cgit/guix.git/")) + "main Git repository") ". " + "We use " (a (@ (href ,(gnu-url "software/guile"))) "GNU Guile") " as the main programming and extension language |