diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-04 00:54:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-04 00:54:01 +0000 |
commit | 619ccf91ac99f46d187c0925ab0f2a4ee0474b47 (patch) | |
tree | b61ced0531dffd735fc8f25bdafc62ee6fa44258 /Master/tlpkg | |
parent | e04dfacf57c99bb8575d701c8096df192475be1a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index bd35455b59f..5ba3c5661d2 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,13 +1,9 @@ $mirrors = { 'Africa' => { - 'Algeria' => { - 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 - }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 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 } @@ -121,7 +117,8 @@ $mirrors = { }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, - 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, + 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { 'http://mirrors.up.pt/pub/CTAN/' => 1, |