diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-06 23:53:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-06 23:53:12 +0000 |
commit | 7db43c4f6b398f1dd8a2d9fc43a647283a35a247 (patch) | |
tree | 76774f38f60666c25d46e117656fe1765a34cbf3 | |
parent | aa35afce04e7f4a20efbbce1e1df3a570e8953cf (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51832 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c76816ba36f..ce33041d2a7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,11 +13,12 @@ $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.tuna.tsinghua.edu.cn/CTAN/' => 1, + 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { |