summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-05 19:00:16 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-05 19:04:40 +0200
commite358f44e7f03e560c9d8c28696fee1a52dfddf7e (patch)
tree7fb960ced55aea95bd866f4bb797b9ffcbd360bb
parent47b1e23b29d8601c6923997408747c6c64b675ba (diff)
downloadguix-artwork-e358f44e7f03e560c9d8c28696fee1a52dfddf7e.tar
guix-artwork-e358f44e7f03e560c9d8c28696fee1a52dfddf7e.tar.gz
donate: Add Steve Sprang & Darrell Harmon.
* website/www/donate.scm (donate-page): Add the Novena and Wanderboard.
-rw-r--r--website/www/donate.scm15
1 files changed, 13 insertions, 2 deletions
diff --git a/website/www/donate.scm b/website/www/donate.scm
index 3be8e56..1c78ab6 100644
--- a/website/www/donate.scm
+++ b/website/www/donate.scm
@@ -96,7 +96,7 @@ 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 ,fsf))))
@@ -104,5 +104,16 @@ München")))))
(td "x86_64-linux, i686-linux")
(td (ul (li (a (@ (href
"http://josefsson.org"))
- "Simon Josefsson")))))))))
+ "Simon Josefsson")))))
+ (tr (td "hydra-slave1")
+ (td "armhf-linux")
+ (td (ul (li "Steve Sprang (hardware)")
+ ;; XXX: Eventually move to the FSF?
+ (li "Mark H Weaver (hosting)"))))
+ (tr (td "n/a") ;update once it's up & running
+ (td "armhf-linux")
+ (td (ul (li (a (@ (href "http://harmoninstruments.com/"))
+ "Harmon Instruments")
+ " (hardware)")
+ (li "Mark H Weaver (hosting)"))))))))
,(html-page-footer))))