diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-05 00:54:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-05 00:54:26 +0000 |
commit | 12cce4d22c7d0f6f7f6c9863683fb32161426d51 (patch) | |
tree | 7fa29b054e3a62747b39bfe45e37ed0a73f6725d /Master | |
parent | 3a95f0afa23375c5ddb5ae1dc3340b49f47edfd8 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 420c68901fb..c0310217611 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $mirrors = { 'Africa' => { - 'Algeria' => { - 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 - }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1 }, @@ -176,6 +173,9 @@ $mirrors = { } }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } |