mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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
ba2c594c1c
commit
3a01496b4b
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.gnupg.org/gcrypt/")
|
||||
(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/"
|
||||
"http://ftp.gnome.org/pub/GNOME/"
|
||||
"http://mirror.yandex.ru/mirrors/ftp.gnome.org/")
|
||||
(hackage
|
||||
"http://hackage.haskell.org/")
|
||||
|
|
Loading…
Reference in a new issue