summaryrefslogtreecommitdiff
path: root/config-5.1.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config-5.1.lua')
-rw-r--r--config-5.1.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-5.1.lua b/config-5.1.lua
index a24aa83..713c6a9 100644
--- a/config-5.1.lua
+++ b/config-5.1.lua
@@ -1,7 +1,9 @@
1 1
2rocks_servers = { 2rocks_servers = {
3 { 3 {
4 "http://lua4.win", 4 "http://rocks.lua4.win",
5 },
6 {
5 "https://luarocks.org", 7 "https://luarocks.org",
6 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", 8 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/",
7 "https://loadk.com/luarocks/" 9 "https://loadk.com/luarocks/"
@@ -17,3 +19,4 @@ rocks_trees = {
17 root = home .. "\\luarocks" 19 root = home .. "\\luarocks"
18 } 20 }
19} 21}
22arch="mingw32-x86_64"