diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 4dab4da6b3b..f5a38def402 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -34,7 +34,7 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.or.kr/tex-archive/' => 1, + 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Pakistan' => { @@ -62,9 +62,6 @@ $mirrors = { } }, 'Europe' => { - 'Czech Republic' => { - 'http://ftp.cvut.cz/tex-archive/' => 1 - }, 'Denmark' => { 'http://mirrors.dotsrc.org/ctan/' => 1 }, @@ -116,6 +113,7 @@ $mirrors = { }, 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, + 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 }, |