diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-30 23:54:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-30 23:54:39 +0000 |
commit | 367696eaddff42b6596bf1efb19374b376fffbbb (patch) | |
tree | 13480cb0818d47f80473e309c5d655d3f1dc6820 /Master/tlpkg | |
parent | 8af3b1473afd6efc6e38b8b89b4644be2f3229df (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d8d84e68d97..7aee474fcf7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -15,8 +15,7 @@ $mirrors = { '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 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1, @@ -34,6 +33,7 @@ $mirrors = { }, '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 }, |