diff options
-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")) |