diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-15 17:33:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-15 17:33:14 +0000 |
commit | a468516feea7046257a5417c0482513658548469 (patch) | |
tree | 2e42b4365743ffd6438e383d2736119b20dbc9df | |
parent | 0b2f1f56270e28826fc4e27580fbf10b81644d95 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55154 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 42762f1dbd8..8bfc77ae1a8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -41,6 +41,7 @@ $mirrors = { }, '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, 'http://mirror.yongbok.net/ctan/' => 1, @@ -88,7 +89,6 @@ $mirrors = { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, - 'http://ctan.ebinger.cc/tex-archive/' => 1, 'http://ctan.mirror.norbert-ruehl.de/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, @@ -123,6 +123,7 @@ $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, |