diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-20 23:53:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-20 23:53:46 +0000 |
commit | 2d68921a31e76c873fbfad6f39e035c23a3e9faa (patch) | |
tree | 0e11eccd3685bf178c931e1fa7268b9ba8745982 /Master | |
parent | 94a2e8788914245aa67d7bee5a793ef6e4b04181 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56146 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 a0fd1ef81a0..93f452ced6f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,13 +7,12 @@ $mirrors = { 'https://mirror.marwan.ma/ctan/' => 1, }, 'South Africa' => { + 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1, - 'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, }, }, 'Asia' => { 'China' => { - 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirror.lzu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, @@ -84,6 +83,7 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1, 'https://ctan.crest.fr/tex-archive/' => 1, + 'https://ctan.gutenberg.eu.org/' => 1, 'https://ctan.tetaneutral.net/' => 1, 'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'https://mirror.ibcp.fr/pub/CTAN/' => 1, |