mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
download: Replace misconfigured Apache mirror.
E.g. <http://apache.belnet.be/jakarta/oro/jakarta-oro-2.0.8.tar.gz> redirects to a bogus 200 HTML page. * guix/download.scm (%mirrors): Replace apache.belnet.be with ftp.nluug.nl.
This commit is contained in:
parent
4cd05788b5
commit
5733ba7dd8
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
(apache ; from http://www.apache.org/mirrors/dist.html
|
||||
"http://www.eu.apache.org/dist/"
|
||||
"http://www.us.apache.org/dist/"
|
||||
"http://apache.belnet.be/"
|
||||
"https://ftp.nluug.nl/internet/apache/"
|
||||
"http://apache.mirror.iweb.ca/"
|
||||
"http://mirrors.ircam.fr/pub/apache/"
|
||||
"http://apache.mirrors.ovh.net/ftp.apache.org/dist/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue