diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-29 00:55:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-29 00:55:14 +0000 |
commit | af3a5fba6b9c987784e83504178113355174aafd (patch) | |
tree | 6ba8676b282cbd0bbb40499e2ae631d49ef9b91f /Master/tlpkg | |
parent | cb3cfa06ebd8ba231d431ae9ce8c9964465ef0db (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index aebe6e9f144..5fd3305da9f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,8 +19,7 @@ $mirrors = { 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.hit.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 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1 @@ -55,7 +54,6 @@ $mirrors = { 'https://download.nus.edu.sg/mirror/ctan/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 } }, |