diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index b230e91a9c0..26a278b6bc1 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -101,7 +101,7 @@ our $MaxLWPErrors = 5; our $MaxLWPReinitCount = 10; our $Archive = "archive"; -our $TeXLiveServerURL = "http://mirror.ctan.org"; +our $TeXLiveServerURL = "https://mirror.ctan.org"; # from 2009 on we try to put them all into tlnet directly without any # release year since we hope that we can switch over to 2010 on the fly # our $TeXLiveServerPath = "systems/texlive/tlnet/$ReleaseYear"; |