guix-commits
[Top][All Lists]
Advanced

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

01/08: download: Update debian mirrors.


From: Efraim Flashner
Subject: 01/08: download: Update debian mirrors.
Date: Mon, 16 May 2016 11:48:38 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6b287c5c35fc95f5bae7df8107ae6639d67344b8
Author: Efraim Flashner <address@hidden>
Date:   Mon May 16 12:10:49 2016 +0300

    download: Update debian mirrors.
    
    * guix/download.scm (mirrors)[debian]: Add Debian's archive to the
    Debian mirror list.
---
 guix/download.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index ff0bef3..67c55af 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -202,7 +202,8 @@
       (debian
        "http://ftp.de.debian.org/debian/";
        "http://ftp.fr.debian.org/debian/";
-       "http://ftp.debian.org/debian/";))))
+       "http://ftp.debian.org/debian/";
+       "http://archive.debian.org/debian/";))))
 
 (define %mirror-file
   ;; Copy of the list of mirrors to a file.  This allows us to keep a single



reply via email to

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