diff options
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 436ae3d555e..499557d7be9 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,7 +40,6 @@ $mirrors = { 'http://ctan.asis.ai/' => 1, }, 'Japan' => { - 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, 'https://jp.mirrors.cicku.me/ctan/' => 1, @@ -124,6 +123,7 @@ $mirrors = { }, 'Greece' => { 'http://ftp.ntua.gr/mirror/ctan/' => 1, + 'https://fosszone.csd.auth.gr/CTAN/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, 'Hungary' => { @@ -174,7 +174,6 @@ $mirrors = { 'https://mirror.init7.net/ctan/' => 1, }, 'United Kingdom' => { - 'https://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1, 'https://gb.mirrors.cicku.me/ctan/' => 1, 'https://mirror.apps.cam.ac.uk/pub/tex-archive/' => 1, }, |