diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-16 23:48:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-16 23:48:48 +0000 |
commit | 561f5046030f8b99375f74e1d2e3639391bccf00 (patch) | |
tree | e83a895aff2891fce9aaf6b5c29498968399418a /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | 49e98344ed15a5719277ea1e37920faab5011c64 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1a6acea09c1..1f3e55f0cbf 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -36,7 +36,6 @@ $mirrors = { 'https://mirror.unpad.ac.id/ctan/' => 1, }, 'Iran' => { - 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, 'https://ctan.um.ac.ir/' => 1, }, @@ -49,6 +48,7 @@ $mirrors = { '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, }, |