guix-commits
[Top][All Lists]
Advanced

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

02/02: download: Add more apache mirrors.


From: guix-commits
Subject: 02/02: download: Add more apache mirrors.
Date: Fri, 12 Jun 2020 11:30:35 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 205a0ecd5b59fc429f08530c3c021c61eb5c36be
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jun 12 18:28:36 2020 +0300

    download: Add more apache mirrors.
    
    * guix/download.scm (%mirrors): Add more apache mirrors.
---
 guix/download.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guix/download.scm b/guix/download.scm
index c3dc5a2..7d6eddd 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -141,8 +141,12 @@
        "http://www.eu.apache.org/dist/";
        "http://www.us.apache.org/dist/";
        "http://apache.belnet.be/";
+       "http://apache.mirror.iweb.ca/";
        "http://mirrors.ircam.fr/pub/apache/";
+       "http://apache.mirrors.ovh.net/ftp.apache.org/dist/";
        "http://apache-mirror.rbc.ru/pub/apache/";
+       "ftp://ftp.osuosl.org/pub/apache/";
+       "http://mirrors.ibiblio.org/apache/";
 
        ;; As a last resort, try the archive.
        "http://archive.apache.org/dist/";)



reply via email to

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