diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-20 21:57:30 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:45:49 -0400 |
commit | 8cdad3484cc5787e50544ae1a573474e40e7bbed (patch) | |
tree | f961381dea48025d8b6fc433c1c0569872282d77 /guix/download.scm | |
parent | ee96537d0c062312c64a2a58f8d35f9dc6674f38 (diff) |
download: Add a mirror for CTAN.
* guix/download.scm (%mirrors)[ctan]: New entry.
Diffstat (limited to 'guix/download.scm')
-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) |