Skip to content

Commit

Permalink
Use new luarocks org name
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Nov 3, 2016
1 parent e26ac2e commit e89c557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1394,9 +1394,9 @@ def make_install(self):
class LuaRocks(Program):
name = "luarocks"
title = "LuaRocks"
downloads = "http://keplerproject.github.io/luarocks/releases"
downloads = "http://luarocks.github.io/luarocks/releases"
win32_zip = os.name == "nt"
default_repo = "https://github.com/keplerproject/luarocks"
default_repo = "https://github.com/luarocks/luarocks"
versions = [
"2.0.8", "2.0.9", "2.0.10", "2.0.11", "2.0.12", "2.0.13",
"2.1.0", "2.1.1", "2.1.2",
Expand Down

0 comments on commit e89c557

Please sign in to comment.