download: Add a mirror for CTAN.
* guix/download.scm (%mirrors)[ctan]: New entry.
This commit is contained in:
parent
ee96537d0c
commit
8cdad3484c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user