diff options
-rw-r--r-- | guix/download.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guix/download.scm b/guix/download.scm index 47a2fcb180..1a80e3abd2 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -246,6 +246,11 @@ "http://cran.stat.auckland.ac.nz/" "http://cran.mirror.ac.za/" "http://cran.csie.ntu.edu.tw/") + (ctan + ;; This is the CTAN mirror multiplexor service, which automatically + ;; redirect to a mirror in or close to the country of the requester + ;; (see: https://ctan.org/mirrors/). + "https://mirror.ctan.org/") (imagemagick ;; from http://www.imagemagick.org/script/download.php ;; (without mirrors that are unavailable or not up to date) |