diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-13 19:36:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-13 19:36:56 +0000 |
commit | 462a5011d16bee6f272c2b822cb373675cffe9ff (patch) | |
tree | 80538b3cb6dee1a15fff3fbf566af76a52bb339b /Master/tlpkg | |
parent | b0fa68ae51c8efe13aac21f7efca9b64cb62ba4a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0c0e0018ca6..e8be4808f9c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,7 +19,8 @@ $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.tuna.tsinghua.edu.cn/CTAN/' => 1, + 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1 @@ -79,6 +80,7 @@ $mirrors = { 'http://ctan.crest.fr/tex-archive/' => 1, 'http://ctan.mines-albi.fr/' => 1, 'http://ctan.tetaneutral.net/' => 1, + 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1, |