guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: Use 'https' instead of 'http' links for 'alpha.gnu.org'.


From: Ludovic Courtès
Subject: 01/01: website: Use 'https' instead of 'http' links for 'alpha.gnu.org'.
Date: Fri, 2 Jun 2017 12:25:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit b425b7bc12d5fac157d56bc27322173cc626e612
Author: Alex Vong <address@hidden>
Date:   Sat Mar 11 17:22:53 2017 +0800

    website: Use 'https' instead of 'http' links for 'alpha.gnu.org'.
    
    * website/www/download.scm (download-page): Replace 'http' with
    'https'.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 website/www/download.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/website/www/download.scm b/website/www/download.scm
index d3c58ee..0c7cd90 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 Alex Vong <address@hidden>
 ;;; Initially written by Luis Felipe López Acevedo <address@hidden>
 ;;; who waives all copyright interest on this file.
 ;;;
@@ -177,9 +178,9 @@ Linux-based system.")
 installation images as well as GNU Guix can be found on the GNU ftp server for 
"
                   (em "alpha")
                   " releases: "
-                  (a (@ (href "http://alpha.gnu.org/gnu/guix/";))
-                     "http://alpha.gnu.org/gnu/guix/";)
-                  " (via HTTP) and "
+                  (a (@ (href "https://alpha.gnu.org/gnu/guix/";))
+                     "https://alpha.gnu.org/gnu/guix/";)
+                  " (via HTTPS) and "
                   (a (@ (href "ftp://alpha.gnu.org/gnu/guix/";))
                      "ftp://alpha.gnu.org/gnu/guix/";)
                   " (via FTP). ")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]