diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-04-10 10:43:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-10 10:43:06 +0200 |
commit | 00f9a2c943fb3fd2852f9a196dbfe551298733a6 (patch) | |
tree | 4d71b980fb4dfbafcbbeedc20a8f8ec2fe7cbd85 | |
parent | 65bba97d97bbdfa9cc604b8cadbd9fffb7e2b3a2 (diff) | |
download | guix-artwork-00f9a2c943fb3fd2852f9a196dbfe551298733a6.tar guix-artwork-00f9a2c943fb3fd2852f9a196dbfe551298733a6.tar.gz |
website: donate: Add hydra-slave3.
* website/www/donate.scm (donate-page): Add hydra-slave3.
-rw-r--r-- | website/www/donate.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/website/www/donate.scm b/website/www/donate.scm index ef68f3f..5743d68 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -1,5 +1,5 @@ ;;; GuixSD website --- GNU's advanced distro website -;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> ;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org> @@ -133,6 +133,12 @@ München"))))) " (hardware)") ;; XXX: Eventually move to the FSF? (li "Mark H Weaver (hosting)")))) + (tr (td "hydra-slave3") + (td "armhf-linux") + (td (ul (li (a (@ (href "http://www.kosagi.com/w/index.php?title=Novena_Main_Page")) + "Kosagi (Sutajio Ko-Usagi Pte Ltd)") + " (hardware)") + (li "Mark H Weaver (hosting)")))) (tr (td "redhill") (td "armhf-linux") (td (ul (li (a (@ (href "http://www.kosagi.com/w/index.php?title=Novena_Main_Page")) |