diff options
author | Karl Berry <karl@freefriends.org> | 2025-01-08 00:40:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-01-08 00:40:21 +0000 |
commit | ed4c176c4d7a743b62dd6dc622a57c198f400781 (patch) | |
tree | be79e4cdd6375170223927a2cb307a9526aa9285 /Master/tlpkg | |
parent | 0df176d50d34034aa226fe64bfe97a5ac8838a78 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@73359 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 34f60d04d0b..72d38e7e6fb 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,7 +12,6 @@ $mirrors = { 'China' => { 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirror.nyist.edu.cn/CTAN/' => 1, - 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cloud.tencent.com/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, @@ -104,6 +103,7 @@ $mirrors = { 'https://ctan.joethei.xyz/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, + 'https://ctan.net/' => 1, 'https://de.mirrors.cicku.me/ctan/' => 1, 'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1, 'https://ftp.fau.de/ctan/' => 1, @@ -184,9 +184,6 @@ $mirrors = { 'https://mirror.quantum5.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, - 'Costa Rica' => { - 'https://mirrors.ucr.ac.cr/CTAN/' => 1, - }, 'Mexico' => { 'https://linux-mirror.xicalcoatl.mx/ctan/' => 1, }, |