diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-17 17:59:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-17 17:59:27 +0000 |
commit | 3908dc7fd3ae08268e2c6f33f6fd2e5f07b9139b (patch) | |
tree | c5783dfbe1cb403b81bf02bf60e9c6d677a05775 | |
parent | e902edf489c3becd14e0b285d4db3e598974b55a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55182 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 968aec55d4f..ecbf8036448 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -36,6 +36,7 @@ $mirrors = { 'Japan' => { 'ftp://ftp.kddilabs.jp/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, @@ -104,9 +105,6 @@ $mirrors = { 'Hungary' => { 'https://mirror.szerverem.hu/ctan/' => 1, }, - 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, - }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1, @@ -118,7 +116,6 @@ $mirrors = { 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, - 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1, }, 'Portugal' => { 'http://mirrors.up.pt/pub/CTAN/' => 1, |