diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-09 22:13:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-10 22:42:23 +0200 |
commit | 883dc11c3ab9d3e17fa1332bf24ad1de4ea828ac (patch) | |
tree | b1cae7d1af58319947c0dc13396844b3652f12cb | |
parent | aec9bb8793ca75a5bbc1731460ed4eb388764202 (diff) | |
download | guix-883dc11c3ab9d3e17fa1332bf24ad1de4ea828ac.tar.gz |
download: Update list of content-addressed mirrors.
* guix/download.scm (%content-addressed-mirrors): Change "berlin.guixsd.org" to "ci.guix.gnu.org" and move it first.
-rw-r--r-- | guix/download.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/download.scm b/guix/download.scm index 11984cf671..cd5d61cd13 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -393,8 +393,8 @@ (module-autoload! (current-module) '(guix base16) '(bytevector->base16-string)) - (list (guix-publish "mirror.hydra.gnu.org") - (guix-publish "berlin.guixsd.org") + (list (guix-publish "ci.guix.gnu.org") + (guix-publish "mirror.hydra.gnu.org") (lambda (file algo hash) ;; 'tarballs.nixos.org' supports several algorithms. (string-append "https://tarballs.nixos.org/" |