[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: download: Add disarchive.guix.gnu.org.
From: |
guix-commits |
Subject: |
02/06: download: Add disarchive.guix.gnu.org. |
Date: |
Thu, 14 Oct 2021 09:50:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f9a506aa6a5aaeb2c06c97d5b663d01d2103db69
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Thu Oct 14 14:32:58 2021 +0200
download: Add disarchive.guix.gnu.org.
* guix/download.scm (%disarchive-mirrors): Add disarchive.guix.gnu.org.
---
guix/download.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/download.scm b/guix/download.scm
index 85b97a4..1324105 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -402,7 +402,8 @@
(define %disarchive-mirrors
;; TODO: Eventually turn into a procedure that takes a hash algorithm
;; (symbol) and hash (bytevector).
- '("https://disarchive.ngyro.com/";))
+ '("https://disarchive.guix.gnu.org/";
+ "https://disarchive.ngyro.com/";))
(define %disarchive-mirror-file
(plain-file "disarchive-mirrors" (object->string %disarchive-mirrors)))
- branch master updated (e2a021a -> 2c3a0f2), guix-commits, 2021/10/14
- 06/06: gnu: lf: Update to 25, guix-commits, 2021/10/14
- 02/06: download: Add disarchive.guix.gnu.org.,
guix-commits <=
- 01/06: gnu: Add simdjson., guix-commits, 2021/10/14
- 03/06: download: Add missing autoload., guix-commits, 2021/10/14
- 04/06: download: Add parameter to test download fallback mechanisms., guix-commits, 2021/10/14
- 05/06: gnu: Add go-gopkg-in-djherbis-times-v1., guix-commits, 2021/10/14