diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-17 11:43:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-17 11:43:18 +0100 |
commit | f02faf5b81b5e6768c1de8d8a37bcae75c35ccd1 (patch) | |
tree | 9a0c968b95aed3aadd90bc82e71aad8784258ae9 | |
parent | 36120d6ed6402a4f380a8217fb5cb81b9967a957 (diff) | |
download | guix-artwork-f02faf5b81b5e6768c1de8d8a37bcae75c35ccd1.tar guix-artwork-f02faf5b81b5e6768c1de8d8a37bcae75c35ccd1.tar.gz |
website: donate: Add 'bayfront'.
* website/www/donate.scm (donate-page): Add bayfront.
-rw-r--r-- | website/www/donate.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/website/www/donate.scm b/website/www/donate.scm index a24875c..626eb7d 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -1,5 +1,5 @@ ;;; GuixSD website --- GNU's advanced distro website -;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015, 2016 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> @@ -86,6 +86,11 @@ reality.") (tbody (tr (td "hydra.gnu.org") (td "build farm front-end") (td (ul (li ,fsf)))) + (tr (td "bayfront.guixsd.org") + (td "new build farm front-end (WIP)") + (td (ul (li (a (@ (href + "news/growing-our-build-farm.html")) + "Igalia"))))) (tr (td "hydra.gnunet.org") (td "x86_64-linux, i686-linux") (td (ul (li (a (@ (href "https://gnunet.org/fsnsg")) |