diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-10 01:23:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-10 01:23:37 +0000 |
commit | 6491848c980de315c557af27f5b640d497063663 (patch) | |
tree | 61f6b1c98b1df34540f74cd3810fff5753bc6d4d /Master/tlpkg | |
parent | e8b638bb5ca9378071be96d9bc97ddfde4179290 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49372 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index fdb686f7d6e..a8c7244375d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -25,11 +25,11 @@ $mirrors = { }, 'Iran' => { 'http://ctan.asis.io/' => 1, + 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { - 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -73,6 +73,7 @@ $mirrors = { '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 }, |