diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-12 21:38:20 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-12 21:38:20 +0100 |
commit | bb853229384a48f9d01b83fdafd465003a5f85c1 (patch) | |
tree | 200c7f13c6fe9f79ea6067a80284914e3ad0e9f0 | |
parent | f249aacd9adacc7a6266eb3cf34dca7682ae603d (diff) | |
download | guix-artwork-bb853229384a48f9d01b83fdafd465003a5f85c1.tar guix-artwork-bb853229384a48f9d01b83fdafd465003a5f85c1.tar.gz |
website: Holidays are over, but donations can continue.
* website/www/shared.scm (html-page-description): Drop "for the
holidays".
-rw-r--r-- | website/www/shared.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/www/shared.scm b/website/www/shared.scm index 0f290fa..1ac5ba1 100644 --- a/website/www/shared.scm +++ b/website/www/shared.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> ;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org> ;;; who waives all copyright interest on this file. @@ -75,7 +75,7 @@ Functional package management,"))) (span (@ (class "msg-label")) "Donate ") "For Guix to grow we need to upgrade our hardware. Please consider " (a (@ (href "https://my.fsf.org/civicrm/contribute/transact?reset=1&id=50") - (class "donate-button")) "donating") " for the holidays!"))) + (class "donate-button")) "donating") "!"))) (define (html-page-links) `(div (@ (id "header-box")) |