diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-20 23:53:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-20 23:53:09 +0000 |
commit | 35bcc9d8a9c227368421d97f78fd4023ed7f3f94 (patch) | |
tree | aa9728d99352b7ab0e50efac722eae331316847a /Master/tlpkg/installer | |
parent | 69a20c3850061374bb714bd50921665c14670b2d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index eaa68fc5497..433dba56654 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,7 +19,6 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { @@ -139,7 +138,8 @@ $mirrors = { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, - 'http://mirror.its.dal.ca/ctan/' => 1 + 'http://mirror.its.dal.ca/ctan/' => 1, + 'http://muug.ca/mirror/ctan/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 @@ -148,7 +148,6 @@ $mirrors = { 'http://ctan.math.illinois.edu/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, - 'http://mirror.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, |