diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-16 23:53:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-16 23:53:46 +0000 |
commit | 5fc67011749ec00446c0d3da0963bda6b36c219a (patch) | |
tree | ffa0da2cdb6019295775d6dce72c8354f0baf569 /Master/tlpkg/installer | |
parent | 5222357237e1c8f7860fd5898dd7cd8da749fd46 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d510f79e547..584a861f29e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,8 +19,8 @@ $mirrors = { 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.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.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, 'Hong Kong' => { @@ -46,6 +46,7 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, @@ -101,6 +102,7 @@ $mirrors = { 'https://ftp.fau.de/ctan/' => 1, 'https://ftp.gwdg.de/pub/ctan/' => 1, 'https://ftp.rrze.uni-erlangen.de/ctan/' => 1, + 'https://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'https://ftp.tu-chemnitz.de/pub/tex/' => 1, 'https://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'https://packages.oth-regensburg.de/ctan/' => 1, |