diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-02 01:25:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-02 01:25:26 +0000 |
commit | 1e71dddc93f28d30543b3e563229ef5ac1bd46a9 (patch) | |
tree | 1649924edd8b71dd54eacc948a1dfb64286eb861 /Master/tlpkg | |
parent | 01eed2f79507a1eb768e41a3fa7cb312d3cc2948 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ad6ba134b71..36adc5f36a6 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -22,7 +22,6 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { @@ -32,6 +31,7 @@ $mirrors = { '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 |