Skip to content

Commit e89c557

Browse files
committed
Use new luarocks org name
1 parent e26ac2e commit e89c557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hererocks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,9 +1394,9 @@ def make_install(self):
13941394
class LuaRocks(Program):
13951395
name = "luarocks"
13961396
title = "LuaRocks"
1397-
downloads = "http://keplerproject.github.io/luarocks/releases"
1397+
downloads = "http://luarocks.github.io/luarocks/releases"
13981398
win32_zip = os.name == "nt"
1399-
default_repo = "https://github.com/keplerproject/luarocks"
1399+
default_repo = "https://github.com/luarocks/luarocks"
14001400
versions = [
14011401
"2.0.8", "2.0.9", "2.0.10", "2.0.11", "2.0.12", "2.0.13",
14021402
"2.1.0", "2.1.1", "2.1.2",

0 commit comments

Comments
 (0)