diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index fc6274a2633..57414e20549 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -93,7 +93,6 @@ $mirrors = { }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, - 'http://sendinnsky.selfhost.co/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'https://ctan.ebinger.cc/tex-archive/' => 1, 'https://ctan.joethei.xyz/' => 1, @@ -186,10 +185,12 @@ $mirrors = { 'https://mirrors.ucr.ac.cr/CTAN/' => 1, }, 'USA' => { + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'https://ctan.math.washington.edu/tex-archive/' => 1, 'https://ctan.mirrors.hoobly.com/' => 1, + 'https://mirror.las.iastate.edu/tex-archive/' => 1, 'https://mirrors.concertpass.com/tex-archive/' => 1, 'https://mirrors.rit.edu/CTAN/' => 1, }, |