apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit eac4fa9ed85cddc67de96fa022090399377be70f Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Apr 20 21:57:30 2022 -0400 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 @@ "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)
