[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/29: website: downloads: Change http to https in alpha.gnu.org URL.
From: |
Ludovic Courtès |
Subject: |
15/29: website: downloads: Change http to https in alpha.gnu.org URL. |
Date: |
Wed, 6 Dec 2017 09:24:25 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit b0a2bf471726386be0789ff510cd1792b960ff95
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/")
- branch master updated (ae2d020 -> 81db25f), Ludovic Courtès, 2017/12/06
- 02/29: website: packages: Ignore third-party packages., Ludovic Courtès, 2017/12/06
- 04/29: website: utils: 'paginate' correctly handles the case with zero items., Ludovic Courtès, 2017/12/06
- 03/29: website: posts: Add missing tags and harmonize., Ludovic Courtès, 2017/12/06
- 05/29: website: packages: Implement grouping by letter., Ludovic Courtès, 2017/12/06
- 11/29: website: "download", not "test"., Ludovic Courtès, 2017/12/06
- 08/29: website: packages: Fix typo., Ludovic Courtès, 2017/12/06
- 07/29: website: packages: Add the commit in package source URLs., Ludovic Courtès, 2017/12/06
- 12/29: website: packages: Mark GNU packages in the listing., Ludovic Courtès, 2017/12/06
- 15/29: website: downloads: Change http to https in alpha.gnu.org URL.,
Ludovic Courtès <=
- 13/29: website: packages: Correctly compute supported systems., Ludovic Courtès, 2017/12/06
- 10/29: website: Use actual GuixSD screenshots., Ludovic Courtès, 2017/12/06
- 17/29: website: base: Change http to https in 'graphics'., Ludovic Courtès, 2017/12/06
- 19/29: website: base: Change URLs in 'data' from http to https., Ludovic Courtès, 2017/12/06
- 06/29: website: packages: Interpret synopsis/description Texinfo., Ludovic Courtès, 2017/12/06
- 21/29: website: packages: Gracefully deal with empty package descriptions., Ludovic Courtès, 2017/12/06
- 24/29: website: packages: Remove links to package issues., Ludovic Courtès, 2017/12/06
- 18/29: website: base: Change some http to https., Ludovic Courtès, 2017/12/06
- 23/29: website: Hard-code file:// URL root when GUIX_WEB_SITE_LOCAL., Ludovic Courtès, 2017/12/06
- 20/29: website: Change http to https in URLs., Ludovic Courtès, 2017/12/06