diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-02 23:38:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-02 23:38:14 +0000 |
commit | 2573981e3f62e3fd924a8ea6caa2beb5f7833f44 (patch) | |
tree | ca6a7b88cf72bf94f1fc35f62c224b71cd810c22 /Master/tlpkg | |
parent | 5926433d5a1fb0e59aad4f73d04679343803d343 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3c9cd439bf4..c0af4b4a5d5 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,10 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'South Africa' => { 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } }, |