diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-06 23:54:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-06 23:54:04 +0000 |
commit | 78730035fd40b625cbd81b3e5f2df163de25a69a (patch) | |
tree | 1527f5c5b8690dc22435e8b91d14db88ebe9b2f1 /Master/tlpkg | |
parent | 02559d70afe78ad71eb80698a79c6bda4dcd38f8 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 302b9dbecb6..fbb352be0e7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -52,9 +52,6 @@ $mirrors = { 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, - 'Philippines' => { - 'https://mirror.pregi.net/tex-archive/' => 1, - }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -197,5 +194,8 @@ $mirrors = { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, }, + 'Chile' => { + 'https://ctan.dcc.uchile.cl/' => 1, + }, }, }; |