mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
guix: Replace defective freemirror.org.
This ‘mirror’ is particularly problematic because it's the only one checked by ‘guix refresh’. * guix/gnu-maintenance.scm (%savannah-base): Substitute freedif.org. * guix/download.scm (%mirrors): Likewise. Reported by sash-kan on #guix.
This commit is contained in:
parent
39e4e00f75
commit
0081807e16
2 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ (define %mirrors
|
|||
"http://hackage.haskell.org/")
|
||||
(savannah ; http://download0.savannah.gnu.org/mirmon/savannah/
|
||||
"https://download.savannah.gnu.org/releases/"
|
||||
"https://nongnu.freemirror.org/nongnu/"
|
||||
"https://de.freedif.org/savannah/"
|
||||
"https://ftp.cc.uoc.gr/mirrors/nongnu.org/"
|
||||
"http://ftp.twaren.net/Unix/NonGNU/" ; https appears unsupported
|
||||
"https://mirror.csclub.uwaterloo.ca/nongnu/"
|
||||
|
|
|
@ -687,9 +687,9 @@ (define (uri-mirror-rewrite uri)
|
|||
|
||||
(define %savannah-base
|
||||
;; One of the Savannah mirrors listed at
|
||||
;; <http://download0.savannah.gnu.org/mirmon/savannah/> that serves valid
|
||||
;; <https://download.savannah.gnu.org/mirmon/savannah/> that serves valid
|
||||
;; HTML (unlike <https://download.savannah.nongnu.org/releases>.)
|
||||
"https://nongnu.freemirror.org/nongnu")
|
||||
"https://de.freedif.org/savannah/")
|
||||
|
||||
(define (latest-savannah-release package)
|
||||
"Return the latest release of PACKAGE."
|
||||
|
|
Loading…
Reference in a new issue