diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-19 03:29:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-19 03:29:42 +0000 |
commit | 3618dbf81dd2896bea9ab44d69d379800beb04b1 (patch) | |
tree | 1615fa191603223b11d54d52754904ef9f47f587 | |
parent | 5b5247216e78f3130cf5d882dc57fb57d67c0f3d (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25427 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 787d50ffd22..454eb3b0a78 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,7 +9,6 @@ $mirrors = { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, - 'http://mirror.osqdu.org/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, @@ -41,8 +40,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 @@ -125,9 +123,6 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, - 'Mexico' => { - 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 - }, 'USA' => { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, |