diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-06 01:23:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-06 01:23:24 +0000 |
commit | 1d9c6794bcdea065ec3369b9bbfc38cb3a33efd4 (patch) | |
tree | 549115c19d4106436302096c13aafc6f4b51295b | |
parent | 0a3c239f5f32c1a85d3025dfa7250d13070563aa (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@34530 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 240ad0f7db8..24ada9632c6 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -48,7 +48,6 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { @@ -107,6 +106,7 @@ $mirrors = { 'http://ctan.vgtu.lt/' => 1 }, 'Netherlands' => { + 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { @@ -163,7 +163,8 @@ $mirrors = { 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, - 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1 + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, + 'http://mirrors.rit.edu/CTAN/' => 1 } }, 'South America' => { |