Treewide: use HTTPS on SourceForge

This commit is contained in:
c0bw3b
2018-12-02 15:33:08 +01:00
parent a04a512f34
commit 0f868d8116
28 changed files with 31 additions and 31 deletions
@@ -64,7 +64,7 @@ let
gtdialog_url = "http://foicica.com/gtdialog/download/" + gtdialog_zip;
lspawn_url = "http://foicica.com/lspawn/download/" + lspawn_zip;
scintilla_url = "http://prdownloads.sourceforge.net/scintilla/" + scintilla_tgz;
scintilla_url = "mirror://sourceforge/scintilla/" + scintilla_tgz;
lua_url = "http://www.lua.org/ftp/" + lua_tgz;
lpeg_url = "http://www.inf.puc-rio.br/~roberto/lpeg/" + lpeg_tgz;
lfs_url = "https://github.com/keplerproject/luafilesystem/archive/" + lfs_zip;