[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: website: Clarify & update Hydra-related text.
From: |
Ludovic Courtès |
Subject: |
04/04: website: Clarify & update Hydra-related text. |
Date: |
Wed, 13 May 2015 12:01:51 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 81231b5e78d3c3976fd85354341d589e8d890a3c
Author: Ludovic Courtès <address@hidden>
Date: Wed May 13 14:01:32 2015 +0200
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.
---
website/www/contribute.scm | 4 +++-
website/www/donate.scm | 6 +++++-
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))))