diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-15 00:49:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-15 00:49:05 +0000 |
commit | ca83091e42eb7a0a97a62853890accd068b3d3d2 (patch) | |
tree | 418bee438ff15859f66c9a36bad7e30a52c8e9b0 | |
parent | 3aad7c2854af7bb1d078039801890490df2e7555 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@62709 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2ea903e2bad..a06cd102a61 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -147,6 +147,7 @@ $mirrors = { 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { + 'https://ftp.eq.uc.pt/software/TeX/' => 1, 'https://mirrors.up.pt/pub/CTAN/' => 1, }, 'Romania' => { @@ -167,6 +168,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, |