diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-04 01:23:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-04 01:23:17 +0000 |
commit | 81c507ebb8ff3628d8cea0cf6970a9b567d11f51 (patch) | |
tree | 7be26f49915caffea17c33d49d47190463a6d01b /Master/tlpkg | |
parent | e0ea13a0bc7499237ee8854ec881b26ff1fc000b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49072 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 1e5ba803dbb..c9a2cdb9161 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -31,12 +31,12 @@ $mirrors = { }, '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 }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, - 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 |