diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-09 00:06:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-09 00:06:00 +0000 |
commit | 079fcd037d5b13684545e6bdeae82f8792f8b9dd (patch) | |
tree | a299e99eb49aa7313abf27641f581a601fa74c9c | |
parent | 62d62f563e652d9dc0b18d497d5998bbfa553e7d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@43719 c570f23f-e606-0410-a88d-b1316a301751
-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 4b214da2898..f2137de9c34 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, @@ -58,7 +61,6 @@ $mirrors = { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 }, 'France' => { - 'ftp://ftp.oleane.net/pub/CTAN/' => 1, 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, |