diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-08 00:24:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-08 00:24:03 +0000 |
commit | 703f470f6893c4d8bf5852103667e62f49acdd92 (patch) | |
tree | fc7624cb70590635c2c0a20acf3ed27487ed4a13 /Master/tlpkg | |
parent | 1e25d7d9a5f34a6bdc9cdb549d1ed90e451331b6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@47368 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 a7120c87c68..c5f84203890 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -23,6 +23,7 @@ $mirrors = { 'http://ctan.imsc.res.in/' => 1 }, 'Iran' => { + 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://repo.iut.ac.ir/tex-archive/' => 1 @@ -175,8 +176,7 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1 + 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |