diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-28 00:56:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-28 00:56:22 +0000 |
commit | ec935bedbd4df68313c64b150e8e36a685f0ea6a (patch) | |
tree | b9d4fed67e5a7e4fbc2ea03a63a2799859095dca /Master/tlpkg | |
parent | 5755a856f0e51492820c078431bab096334d9aca (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e9672159be1..5a51e158d52 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,6 +7,7 @@ $mirrors = { 'https://mirror.marwan.ma/ctan/' => 1 }, 'South Africa' => { + 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } @@ -15,6 +16,7 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, + '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, |