diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-12 03:25:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-12 03:25:01 +0000 |
commit | 46727c9d68cfcaacdf6c85566052a14cf2d6a639 (patch) | |
tree | 5eac104713e8a8d33df1eec3345d64280ba5a5e6 /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | d0cab1998fcd08d232243f93e598d2902c76e414 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25374 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, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ce54bd400f3..787d50ffd22 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirror.osqdu.org/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, @@ -131,6 +132,7 @@ $mirrors = { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, + 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, |