From bb853229384a48f9d01b83fdafd465003a5f85c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 12 Jan 2016 21:38:20 +0100 Subject: website: Holidays are over, but donations can continue. * website/www/shared.scm (html-page-description): Drop "for the holidays". --- website/www/shared.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website') 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 +;;; Copyright © 2015, 2016 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin ;;; Initially written by Luis Felipe López Acevedo ;;; 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")) -- cgit v1.2.3