diff options
author | Karl Berry <karl@freefriends.org> | 2022-11-29 00:47:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-11-29 00:47:42 +0000 |
commit | 075f0b9aa1b6a1a43ab2c71af93b4d19db53b826 (patch) | |
tree | e29e65b95ecf3d5c2f3702cfe8c30306c2838a49 /Master/tlpkg/installer | |
parent | 8ed26fde0518b053d12f2159bdeccd9732950f0b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65136 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 adb844f3568..8e7c79d810b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,6 +5,7 @@ $mirrors = { }, 'South Africa' => { 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, + 'https://mirror.ufs.ac.za/ctan/' => 1, }, }, 'Asia' => { @@ -92,6 +93,7 @@ $mirrors = { }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, + 'http://mirror.funkfreundelandshut.de/latex/' => 1, 'http://sendinnsky.selfhost.co/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'https://ctan.joethei.xyz/' => 1, |