diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-14 16:55:27 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-14 16:55:27 -0400 |
commit | 0424e99cec7200d2bf95bb8efef085fe713cae2b (patch) | |
tree | b748cd1cdc684a3e3f8c4f669d355cb8ccde2d00 | |
parent | b28eae191414a109d799bc1dd72881af68bef71b (diff) | |
download | guix-artwork-0424e99cec7200d2bf95bb8efef085fe713cae2b.tar guix-artwork-0424e99cec7200d2bf95bb8efef085fe713cae2b.tar.gz |
website: donate: Update entry for Wandboard, which is now online.
* website/www/donate.scm (donate-page): Update the Harmon Instruments
machine entry to reflect the fact that it's now online and called
'hydra-slave2'.
-rw-r--r-- | website/www/donate.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/www/donate.scm b/website/www/donate.scm index ae1274d..e587f13 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -107,10 +107,11 @@ München"))))) (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 + (tr (td "hydra-slave2") (td "armhf-linux") (td (ul (li (a (@ (href "http://harmoninstruments.com/")) "Harmon Instruments") " (hardware)") + ;; XXX: Eventually move to the FSF? (li "Mark H Weaver (hosting)")))))))) ,(html-page-footer)))) |