mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
download: Add GNOME mirror.
* guix/download.scm (%mirrors): Add "https://download.gnome.org".
This commit is contained in:
parent
728dc8fa29
commit
93897a4538
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ (define %mirrors
|
|||
"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://mirror.yandex.ru/mirrors/ftp.gnome.org/")
|
||||
(hackage
|
||||
"http://hackage.haskell.org/")
|
||||
|
|
Loading…
Reference in a new issue