From e89c557d23213939469cf143330ec6957359fe52 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Fri, 4 Nov 2016 00:16:40 +0300 Subject: [PATCH] Use new luarocks org name --- hererocks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hererocks.py b/hererocks.py index 4ade7fa..b2e57b1 100755 --- a/hererocks.py +++ b/hererocks.py @@ -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",