diff options
author | Karl Berry <karl@freefriends.org> | 2024-06-16 23:40:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-06-16 23:40:15 +0000 |
commit | 96ade46207d9ceba368a28136a7b2064b75ae877 (patch) | |
tree | 20b7360bf36dd6fb29448e71687dc69fc7c01366 /Master/tlpkg | |
parent | 72d6b92ed7c6979eb4232bd64f3db7522fbfda8a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@71546 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d3fb8e0e41c..1e4ba3fb374 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -70,10 +70,6 @@ $mirrors = { 'Belarus' => { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, }, - 'Bulgaria' => { - 'https://mirrors.neterra.net/CTAN/' => 1, - 'https://mirrors.netix.net/CTAN/' => 1, - }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, @@ -131,6 +127,7 @@ $mirrors = { 'Netherlands' => { 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'https://mirror.koddos.net/CTAN/' => 1, + 'https://mirror.lyrahosting.com/CTAN/' => 1, }, 'Norway' => { 'https://ctan.uib.no/' => 1, @@ -139,6 +136,7 @@ $mirrors = { 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, + 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, |