aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-08-12 17:44:04 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-08-12 17:44:04 -0300
commit2b93947fe732b10f542c120aff69f1fa373a46dd (patch)
tree1811c62cf27470d1c6c6ee3c01c4150da25c24ff
parent8dffe73a61ecbff7d4c00cdd795d819b81d3f3dd (diff)
downloadluarocks-2b93947fe732b10f542c120aff69f1fa373a46dd.tar.gz
luarocks-2b93947fe732b10f542c120aff69f1fa373a46dd.tar.bz2
luarocks-2b93947fe732b10f542c120aff69f1fa373a46dd.zip
Switch to HTTPS by default. Closes #240.
-rw-r--r--src/luarocks/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 0bc2c0af..b2acfcc8 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -215,7 +215,7 @@ local defaults = {
215 215
216 rocks_servers = { 216 rocks_servers = {
217 { 217 {
218 "http://rocks.moonscript.org", 218 "https://rocks.moonscript.org",
219 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", 219 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/",
220 "http://luafr.org/moonrocks/", 220 "http://luafr.org/moonrocks/",
221 "http://luarocks.logiceditor.com/rocks", 221 "http://luarocks.logiceditor.com/rocks",