diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-13 23:48:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-13 23:48:47 +0000 |
commit | fe3a5e65c56c42bd8598b2a8c110ec250eb5214d (patch) | |
tree | a4ce742f056f003fc0215eec60996de1f9852667 /Master/tlpkg | |
parent | 685bf6f6f068f3216afcc247f053acccb7410f3f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 89aefb3a5ed..424753c89ee 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -20,7 +20,6 @@ $mirrors = { 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.dgut.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, - 'https://mirrors.nju.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, @@ -96,6 +95,7 @@ $mirrors = { }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, + 'http://sendinnsky.selfhost.co/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'https://ctan.ebinger.cc/tex-archive/' => 1, 'https://ctan.joethei.xyz/' => 1, @@ -182,7 +182,6 @@ $mirrors = { 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.0xem.ma/tex-archive/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, - 'https://muug.ca/mirror/ctan/' => 1, }, 'Costa Rica' => { 'https://mirrors.ucr.ac.cr/CTAN/' => 1, @@ -202,6 +201,9 @@ $mirrors = { 'Australia' => { 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, }, + 'New Zealand' => { + 'https://mirror.aut.ac.nz/CTAN/' => 1, + }, }, 'South America' => { 'Chile' => { |