guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

128/242: download: Add a mirror for CTAN.


From: guix-commits
Subject: 128/242: download: Add a mirror for CTAN.
Date: Thu, 12 May 2022 14:14:18 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8cdad3484cc5787e50544ae1a573474e40e7bbed
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]