summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-13 14:01:32 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-13 14:01:32 +0200
commit81231b5e78d3c3976fd85354341d589e8d890a3c (patch)
treee2e7ba093f73a726cc389e55cbbe6ce0d00498bf
parentcb6ad87aac66f00d05e48f660d01afd05bd1038e (diff)
downloadguix-artwork-81231b5e78d3c3976fd85354341d589e8d890a3c.tar
guix-artwork-81231b5e78d3c3976fd85354341d589e8d890a3c.tar.gz
website: Clarify & update Hydra-related text.
* website/www/contribute.scm (contribute-page): Mention that hardware donations are for the build farm. * website/www/donate.scm (donate-page): Add hydra-slave0.
-rw-r--r--website/www/contribute.scm4
-rw-r--r--website/www/donate.scm6
2 files changed, 8 insertions, 2 deletions
diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index aa62ad7..4485b7f 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -120,7 +120,9 @@ smoothly. ")
(p "You can also "
(a (@ (href ,(base-url "donate")))
"donate hardware or hosting")
- ". ")
+ " for our "
+ (a (@ (href "http://hydra.gnu.org"))
+ "build farm") ". ")
(a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
(class "hlink-more-dark"))
"Contribute"))
diff --git a/website/www/donate.scm b/website/www/donate.scm
index 811dd29..f496b46 100644
--- a/website/www/donate.scm
+++ b/website/www/donate.scm
@@ -73,5 +73,9 @@ München")))))
(tr (td "librenote")
(td "mips64el-linux")
(td (ul (li "Daniel Clark (hardware)")
- (li "Mark H. Weaver (hosting)"))))))))
+ (li "Mark H. Weaver (hosting)"))))
+ (tr (td "hydra-slave0")
+ (td "mips64el-linux")
+ (td (ul (li (a (@ (href "https://www.fsf.org/"))
+ "Free Software Foundation")))))))))
,(html-page-footer))))