diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-30 01:19:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-30 01:19:15 +0000 |
commit | 7c7251b20ad66519dad99137b869c60e8fa3a5a8 (patch) | |
tree | 2e100f6767a422b2dd3b49dc8d8f1edddbc82716 /Master/tlpkg/installer | |
parent | 6b7d77d376b5332d766d548f17ec828747afea29 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31049 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 4a3eb2d2ebc..6e63fefb295 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,7 +8,6 @@ $mirrors = { 'Asia' => { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, - 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -23,8 +22,7 @@ $mirrors = { }, 'Iran' => { 'http://ctan.um.ac.ir/' => 1, - 'http://ctan.yazd.ac.ir/' => 1, - 'http://ctan.yazduni.ac.ir/' => 1 + 'http://ctan.yazd.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -39,8 +37,7 @@ $mirrors = { 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, - 'http://ftp.neowiz.com/CTAN/' => 1, - 'http://mirror.yongbok.net/tex-archive/' => 1 + 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 @@ -73,6 +70,9 @@ $mirrors = { 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, + 'Denmark' => { + 'http://mirrors.dotsrc.org/ctan/' => 1 + }, 'Finland' => { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 }, |