guix-commits
[Top][All Lists]
Advanced

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

04/05: download: Adjust main ftp.gnu.org mirror.


From: Ludovic Courtès
Subject: 04/05: download: Adjust main ftp.gnu.org mirror.
Date: Mon, 11 Sep 2017 05:58:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4918e7fc223e3bfd507f1573089571085c0e0428
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 11 11:51:50 2017 +0200

    download: Adjust main ftp.gnu.org mirror.
    
    * guix/download.scm (%mirrors): Add missing "/gnu" in first mirror,
    although that mirror would work even without it.  Use https instead of
    http.
---
 guix/download.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/download.scm b/guix/download.scm
index ae381ee..e090a72 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2013, 2014, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
@@ -50,7 +50,7 @@
   (let* ((gnu-mirrors
           '(;; This one redirects to a (supposedly) nearby and (supposedly)
             ;; up-to-date mirror.
-            "http://ftpmirror.gnu.org/";
+            "https://ftpmirror.gnu.org/gnu/";
 
             "ftp://ftp.cs.tu-berlin.de/pub/gnu/";
             "ftp://ftp.funet.fi/pub/mirrors/ftp.gnu.org/gnu/";



reply via email to

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