mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
download: Remove defunct GNOME mirrors.
* guix/download.scm (%mirrors): Remove defunct GNOME mirrors, and try the canonical site first.
This commit is contained in:
parent
5d8c2b742c
commit
189003c83e
1 changed files with 1 additions and 3 deletions
|
@ -88,10 +88,8 @@ (define %mirrors
|
||||||
"ftp://ftp.ring.gr.jp/pub/net/gnupg/"
|
"ftp://ftp.ring.gr.jp/pub/net/gnupg/"
|
||||||
"ftp://ftp.gnupg.org/gcrypt/")
|
"ftp://ftp.gnupg.org/gcrypt/")
|
||||||
(gnome
|
(gnome
|
||||||
"http://ftp.belnet.be/ftp.gnome.org/"
|
|
||||||
"http://ftp.linux.org.uk/mirrors/ftp.gnome.org/"
|
|
||||||
"http://ftp.gnome.org/pub/GNOME/"
|
|
||||||
"https://download.gnome.org/"
|
"https://download.gnome.org/"
|
||||||
|
"http://ftp.gnome.org/pub/GNOME/"
|
||||||
"http://mirror.yandex.ru/mirrors/ftp.gnome.org/")
|
"http://mirror.yandex.ru/mirrors/ftp.gnome.org/")
|
||||||
(hackage
|
(hackage
|
||||||
"http://hackage.haskell.org/")
|
"http://hackage.haskell.org/")
|
||||||
|
|
Loading…
Reference in a new issue