diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-12 01:19:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-12 01:19:14 +0000 |
commit | 20dc1b535b3051b4942cd47c9d77418154894c73 (patch) | |
tree | a4aa70456f49e5c246bb706abe96210e20e65c59 /Master/tlpkg | |
parent | edef3b2d730bfb8041b38e01e0018f779cb4f902 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37842 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 9179d48824d..e80b0200474 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -35,8 +35,7 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ftp.yzu.edu.tw/CTAN/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -80,7 +79,6 @@ $mirrors = { 'http://ctan.sciserv.eu/' => 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://mirror.selfnet.de/tex-archive/' => 1, 'http://mirror.unicorncloud.org/CTAN/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 @@ -112,6 +110,9 @@ $mirrors = { 'Russia' => { 'http://ctan.uni-altai.ru/' => 1 }, + 'Slovenia' => { + 'http://ctan.ijs.si/tex-archive/' => 1 + }, 'Spain' => { 'http://osl.ugr.es/CTAN/' => 1 }, |