diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-08 00:21:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-08 00:21:48 +0000 |
commit | 0b78d32e70ac3919862416def6ff8a5273a3e90c (patch) | |
tree | 9bb21e720fa742804487a14a24046db7eabd209e /Master/tlpkg/installer | |
parent | 39d5733bc7cb518301ad3763edde5550bcfd2c38 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45498 c570f23f-e606-0410-a88d-b1316a301751
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 2c780b7db27..32e73bf2e1d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,7 +32,6 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { - 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, @@ -77,7 +76,6 @@ $mirrors = { 'http://babyname.tips/mirrors/ctan/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, - 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -88,6 +86,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, + 'http://ctan.robertdegroot.nl/tex-archive/' => 1, 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, |