diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 154f406d306..96aec91e04f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,6 +27,9 @@ $mirrors = { 'Japan' => { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, + 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1 + }, 'Malaysia' => { 'ftp://mirror.upm.edu.my/ctan/' => 1 }, @@ -38,8 +41,7 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 |