Skip to content

Commit

Permalink
allow original servers
Browse files Browse the repository at this point in the history
  • Loading branch information
diz-vara committed Jul 14, 2015
1 parent f8f9e22 commit 1c4179b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions luarocks/src/luarocks/config.lua.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ rocks_trees = {

rocks_servers = {
[[https://raw.githubusercontent.com/diz-vara/rocks/master]]
--[[https://raw.githubusercontent.com/torch/rocks/master]],
--[[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
[[https://raw.githubusercontent.com/torch/rocks/master]],
[[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
}
4 changes: 2 additions & 2 deletions luarocks/src/luarocks/config.lua.win.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ rocks_trees = {

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

variables = {
Expand Down

0 comments on commit 1c4179b

Please sign in to comment.