diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-22 00:55:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-22 00:55:32 +0000 |
commit | d0285cf85f045df745ea9d574d40ddeb716c6b79 (patch) | |
tree | 84d2f854132aa4c242b4aefb21077703494f14b0 /Master/tlpkg/installer | |
parent | 2cfe66d746c6e364ed98d6f0fb3964727f78271d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 18ce3145fcb..c0310217611 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -77,6 +77,7 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://ctan.tetaneutral.net/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, + 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, @@ -117,7 +118,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, |