From 8cdad3484cc5787e50544ae1a573474e40e7bbed Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 Apr 2022 21:57:30 -0400 Subject: download: Add a mirror for CTAN. * guix/download.scm (%mirrors)[ctan]: New entry. --- guix/download.scm | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ (define %mirrors "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) -- cgit v1.2.3