diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-23 23:54:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-23 23:54:00 +0000 |
commit | d9c20676d5346b428c83781ed33d2edb318587c1 (patch) | |
tree | 28e302eccaa9d887836fa67429608499173e2734 | |
parent | 3c6da8696a3237d7186577f4c96a62cf3d8780a7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52514 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3aa0abd374f..5918f313ee8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,12 +38,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.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 + 'http://ftp.jaist.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://mirror.navercorp.com/CTAN/' => 1 }, |