diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-24 23:52:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-24 23:52:55 +0000 |
commit | 23b11d559cf3c5f9a2d03f6992576b07fbcb3641 (patch) | |
tree | 846270129e07c6a6b5393a89f1227c78c34dfce1 | |
parent | 9fd6bb7f137b4b24f6137d53b85da62d23ec736b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51723 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 422cfae726a..1860a1f853b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,7 +13,6 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, - 'http://mirrors.geekpie.club/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 @@ -33,6 +32,8 @@ $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.navercorp.com/CTAN/' => 1 }, |