guix-commits
[Top][All Lists]
Advanced

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

01/06: website: downloads: Change http to https in alpha.gnu.org URL.


From: Ludovic Courtès
Subject: 01/06: website: downloads: Change http to https in alpha.gnu.org URL.
Date: Thu, 9 Nov 2017 10:29:00 -0500 (EST)

civodul pushed a commit to branch wip-website-update
in repository guix-artwork.

commit 8115ff323560368327af06b6c1022fba1c7bcf30
Author: ng0 <address@hidden>
Date:   Thu Oct 12 06:17:43 2017 +0000

    website: downloads: Change http to https in alpha.gnu.org URL.
    
    * website/apps/download/templates/download.scm (download-t): https not http.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 website/apps/download/templates/download.scm | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/website/apps/download/templates/download.scm 
b/website/apps/download/templates/download.scm
index d801a74..c7457d8 100644
--- a/website/apps/download/templates/download.scm
+++ b/website/apps/download/templates/download.scm
@@ -1,6 +1,22 @@
 ;;; GuixSD website --- GNU's advanced distro website
+;; Copyright © 2017 ng0 <address@hidden>
 ;;; Initially written by sirgazil who waves all
 ;;; copyright interest on this file.
+;;;
+;;; This file is part of GuixSD website.
+;;;
+;;; GuixSD website is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU Affero General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; GuixSD website is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU Affero General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU Affero General Public License
+;;; along with GuixSD website.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (apps download templates download)
   #:use-module (apps base templates theme)
@@ -57,8 +73,8 @@
        "Source code for the Guix System Distribution USB 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/";)
+       (a (@ (href "https://alpha.gnu.org/gnu/guix/";))
+         "https://alpha.gnu.org/gnu/guix/";)
        " (via HTTP) and "
        (a (@ (href "ftp://alpha.gnu.org/gnu/guix/";))
          "ftp://alpha.gnu.org/gnu/guix/";)



reply via email to

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