diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-12 00:23:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-12 00:23:46 +0000 |
commit | 84d2f43d7149d7b3c984401a90ddbfda5dd018d9 (patch) | |
tree | 7f5ee5e0939fe908c9518e61cfeea74c64c7dea3 /Master | |
parent | e46c1fe965c26bcd926186f441232f076ea99e6e (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@48393 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 3906c13da12..9e93592f4e9 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -34,10 +34,10 @@ $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.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, |