[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/29: website: base: Change URLs in 'data' from http to https.
From: |
Ludovic Courtès |
Subject: |
19/29: website: base: Change URLs in 'data' from http to https. |
Date: |
Wed, 6 Dec 2017 09:24:26 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit a2a0c619d6f6f0f2e9cbf4d68e5188610378bc8f
Author: ng0 <address@hidden>
Date: Thu Oct 12 06:30:46 2017 +0000
website: base: Change URLs in 'data' from http to https.
* website/apps/base/data.scm: http -> https.
Signed-off-by: Ludovic Courtès <address@hidden>
---
website/apps/base/data.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index afeb2a0..2ee3f3e 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -49,7 +49,7 @@
"bug database")
". If it is not, please report it.")
#:url "mailto:address@hidden"
- #:log "http://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=guix")
+ #:log "https://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=guix")
(contact
#:name "Development Mailing List"
@@ -57,7 +57,7 @@
'(p
"Discussion about the development of GNU Guix and the Guix
System Distribution (GuixSD). "
- (a (@ (href
"http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00039.html"))
+ (a (@ (href
"https://lists.gnu.org/archive/html/bug-guix/2013-07/msg00039.html"))
" Until July 2013")
", the bug-Guix mailing list filled that role. ")
#:url "https://lists.gnu.org/mailman/listinfo/guix-devel"
@@ -69,12 +69,12 @@
'(p
"Submission of patches. Every message sent to this mailing list
leads to a new entry in our "
- (a (@ (href "//bugs.gnu.org/guix-patches"))
+ (a (@ (href "https://bugs.gnu.org/guix-patches"))
"patch tracking tool")
". See "
- (a (@ (href "//debbugs.gnu.org/Advanced.html")) "this page")
+ (a (@ (href "https://debbugs.gnu.org/Advanced.html")) "this page")
" for more information on how to use it. "
- (a (@ (href
"//lists.gnu.org/archive/html/guix-devel/2017-02/msg00627.html"))
+ (a (@ (href
"https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00627.html"))
"Until February 2017")
", the guix-devel mailing list filled that role.")
#:url "https://lists.gnu.org/mailman/listinfo/guix-patches"
@@ -128,14 +128,14 @@
#:description
'(p "Workgroup for fully free GNU/Linux distributions.")
#:url "https://lists.nongnu.org/mailman/listinfo/gnu-linux-libre"
- #:log "http://lists.nongnu.org/archive/html/gnu-linux-libre/")
+ #:log "https://lists.nongnu.org/archive/html/gnu-linux-libre/")
(contact
#:name "GNU Info Mailing List"
#:description
'(p "GNU software announcements.")
#:url "https://lists.gnu.org/mailman/listinfo/info-gnu"
- #:log "http://lists.gnu.org/archive/html/info-gnu/")))
+ #:log "https://lists.gnu.org/archive/html/info-gnu/")))
- 03/29: website: posts: Add missing tags and harmonize., (continued)
- 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, 2017/12/06
- 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 <=
- 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
- 25/29: website: packages: 'all-packages' memoizes its result., Ludovic Courtès, 2017/12/06
- 28/29: website: Insert surrounding spaces when flattening markup., Ludovic Courtès, 2017/12/06
- 29/29: website: Add pseudo-post about GPCE., Ludovic Courtès, 2017/12/06
- 14/29: website: packages: Add a newline between packages., Ludovic Courtès, 2017/12/06