diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-25 23:48:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-25 23:48:27 +0000 |
commit | f19d22322d2af7e917d1c9f9b05b8fa0e0e1b5b1 (patch) | |
tree | 45d3e7f78053dbb4402fc64f472e4ee50cc7f253 /Master/tlpkg | |
parent | 95c863712641237f90a2e5a70cf80cbbf37cda9e (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@60325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 53fa4c483b1..c491f3721f7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -70,7 +70,6 @@ $mirrors = { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, }, 'Czech Republic' => { - 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, 'Denmark' => { @@ -163,6 +162,7 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, + 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, |