From c61f0a4e8a5e6c64d17eebe2aa8dc9f9a09dffae Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 24 Jan 2016 17:24:00 +0100 Subject: website: donate: Add build machine redhill. * website/www/donate.scm (donate-page): Add entry for redhill. --- website/www/donate.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'website') diff --git a/website/www/donate.scm b/website/www/donate.scm index 9151763..a24875c 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -1,6 +1,7 @@ ;;; GuixSD website --- GNU's advanced distro website ;;; Copyright © 2015 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin +;;; Copyright © 2016 Andreas Enge ;;; Initially written by Luis Felipe López Acevedo ;;; who waives all copyright interest on this file. ;;; @@ -125,5 +126,11 @@ München"))))) "Harmon Instruments") " (hardware)") ;; XXX: Eventually move to the FSF? - (li "Mark H Weaver (hosting)")))))))) + (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")) + "Kosagi (Sutajio Ko-Usagi Pte Ltd)") + " (hardware)") + (li "Andreas Enge (hosting)")))))))) ,(html-page-footer)))) -- cgit v1.2.3