mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
download: Add a mirror for CTAN.
* guix/download.scm (%mirrors)[ctan]: New entry.
This commit is contained in:
parent
ee96537d0c
commit
8cdad3484c
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue