diff options
author | Karl Berry <karl@freefriends.org> | 2022-06-01 23:50:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-06-01 23:50:08 +0000 |
commit | 1af7c092a8042e47f637e8428b2d2615c55725b6 (patch) | |
tree | ca3615ddb7e91ee1e74d8d22fa910feee3c0128b /Master | |
parent | 8874a34d7946d994ea12e901f43f8f5e6fc4467f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@63473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 22d17e4f225..b75ac10b794 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,7 +19,6 @@ $mirrors = { 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.nwafu.edu.cn/ctan/' => 1, - 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.sustech.edu.cn/CTAN/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, @@ -48,10 +47,8 @@ $mirrors = { }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -168,6 +165,9 @@ $mirrors = { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, + 'Switzerland' => { + 'https://mirror.foobar.to/CTAN/' => 1, + }, 'United Kingdom' => { 'https://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1, 'https://www-uxsup.csx.cam.ac.uk/pub/tex-archive/' => 1, |