diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-27 02:21:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-27 02:21:29 +0000 |
commit | 726bcda67ac31760d8d5f5c5ab8d42ea4617230f (patch) | |
tree | adeb3d589ae17e485095e0a33b2bccd55facb487 | |
parent | e3531459e65d54c29c23411ac9bb89cc74d8e06c (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@32008 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e96fc50f02c..2ea797fc33d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -10,7 +10,6 @@ $mirrors = { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, - 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -171,7 +170,8 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |