diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-04 23:53:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-04 23:53:17 +0000 |
commit | afa34389fe543c46f1da80e6afe68e058a378594 (patch) | |
tree | 027b9fe31517c15b50e226eae0cc7462f0f490d5 | |
parent | 6c2542bf5bf59c94904480a606f741e22473a595 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55420 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 6d344ae4741..3a7dce18cdd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -15,7 +15,6 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'https://mirror.bjtu.edu.cn/CTAN/' => 1, @@ -42,6 +41,7 @@ $mirrors = { 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { + 'http://ftp.harukasan.org/CTAN/' => 1, 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, @@ -177,7 +177,6 @@ $mirrors = { 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, - 'http://mirrors.rit.edu/CTAN/' => 1, }, }, 'Oceania' => { |