mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
download: Add more apache mirrors.
* guix/download.scm (%mirrors): Add more apache mirrors.
This commit is contained in:
parent
9a01efa262
commit
205a0ecd5b
1 changed files with 4 additions and 0 deletions
|
@ -141,8 +141,12 @@ (define %mirrors
|
|||
"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/")
|
||||
|
|
Loading…
Reference in a new issue