diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-03 23:48:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-03 23:48:32 +0000 |
commit | 035983ca6f634bf7cb4ec3f157ec714749d4f6f3 (patch) | |
tree | bc37becf06317af180968a35ae0b7f72621456bb /Master/tlpkg | |
parent | 4e581859534471164525230242107e9d8a3b6bab (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@60156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index bc9464ae56a..e3bc41b7ac7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -45,9 +48,7 @@ $mirrors = { 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, 'https://cran.asia/tex/' => 1, - 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -151,6 +152,9 @@ $mirrors = { 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1, }, + 'Slovenia' => { + 'https://ctan.ijs.si/tex-archive/' => 1, + }, 'Spain' => { 'https://ctan.javinator9889.com/' => 1, 'https://osl.ugr.es/CTAN/' => 1, |