diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-25 01:23:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-25 01:23:17 +0000 |
commit | 0fc54849dc97de70787620c346b999d19505c149 (patch) | |
tree | 27bea56d500321c274677849de83fd1c71b2927a /Master/tlpkg/installer | |
parent | 7c5affeca5c44323a4e924167432f37ba9371528 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 48855f42ea8..d5dba04d530 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -25,7 +25,6 @@ $mirrors = { 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { - 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://repo.iut.ac.ir/tex-archive/' => 1 @@ -38,6 +37,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://ftp.neowiz.com/CTAN/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 |