summaryrefslogtreecommitdiff
path: root/website/www/shared.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-02-14 17:12:44 +0100
committerLudovic Courtès <ludo@gnu.org>2017-02-14 17:12:44 +0100
commitf3ad5e8422b6375029e1526eeb9ea2909b157181 (patch)
tree0604c2de025cb029014f80a18f157e439262fdb5 /website/www/shared.scm
parent2a45468f4e7616e54e74a80fa20841e54fc6e42b (diff)
downloadguix-artwork-f3ad5e8422b6375029e1526eeb9ea2909b157181.tar
guix-artwork-f3ad5e8422b6375029e1526eeb9ea2909b157181.tar.gz
website: Remove "http:" from git.savannah.gnu.org URLs.
git.savannah.gnu.org is now available as HTTPS. Suggested by ng0 <contact.ng0@cryptolab.net>. * website/www/contribute.scm (contribute-page): Remove "http:" from git.savannah.gnu.org URLs. * website/www/graphics.scm (graphics-page): Likewise. * website/www/packages.scm (location-url, package->sxml): Likewise. * website/www/shared.scm (html-page-footer): Likewise.
Diffstat (limited to 'website/www/shared.scm')
-rw-r--r--website/www/shared.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/www/shared.scm b/website/www/shared.scm
index 9695a50..89ca303 100644
--- a/website/www/shared.scm
+++ b/website/www/shared.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>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>
;;; who waives all copyright interest on this file.
@@ -91,7 +91,7 @@ Functional package management,")))
" by humans and powered by "
(a (@ (href ,(gnu-url "software/guile")) (class "hlink-yellow"))
"GNU Guile") ". "
- (a (@ (href "http://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website")
+ (a (@ (href "//git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website")
(class "hlink-yellow"))
"Source code")
" under the "