diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-06-12 18:28:36 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-06-12 18:28:51 +0300 |
commit | 205a0ecd5b59fc429f08530c3c021c61eb5c36be (patch) | |
tree | 9b742c9811e1c4f425e690fe0a7f55f8d67f9785 /guix/download.scm | |
parent | 9a01efa262cef9a102823122b2deee9b38402bcc (diff) |
download: Add more apache mirrors.
* guix/download.scm (%mirrors): Add more apache mirrors.
Diffstat (limited to 'guix/download.scm')
-rw-r--r-- | guix/download.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guix/download.scm b/guix/download.scm index c3dc5a208c..7d6edddbdd 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/") |