Skip to content

Commit 1c4179b

Browse files
committed
allow original servers
1 parent f8f9e22 commit 1c4179b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

luarocks/src/luarocks/config.lua.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ rocks_trees = {
1313

1414
rocks_servers = {
1515
[[https://raw.githubusercontent.com/diz-vara/rocks/master]]
16-
--[[https://raw.githubusercontent.com/torch/rocks/master]],
17-
--[[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
16+
[[https://raw.githubusercontent.com/torch/rocks/master]],
17+
[[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
1818
}

luarocks/src/luarocks/config.lua.win.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rocks_trees = {
1313

1414
rocks_servers = {
1515
[[https://raw.githubusercontent.com/diz-vara/rocks/master]]
16-
--[[https://raw.githubusercontent.com/torch/rocks/master]],
17-
--[[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
16+
[[https://raw.githubusercontent.com/torch/rocks/master]],
17+
[[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
1818
}
1919

2020
variables = {

0 commit comments

Comments
 (0)