From 5385ffc7dcb5a00b4ed4eac7cf163246b8e5cdd5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 23 Apr 2018 10:16:18 -0300 Subject: Update URL for reporting bugs --- src/luarocks/command_line.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/luarocks/command_line.lua b/src/luarocks/command_line.lua index 9d33fe15..c8026ab6 100644 --- a/src/luarocks/command_line.lua +++ b/src/luarocks/command_line.lua @@ -16,7 +16,7 @@ local program = util.this_program("luarocks") local function error_handler(err) return debug.traceback("LuaRocks "..cfg.program_version.. - " bug (please report at https://github.com/keplerproject/luarocks/issues).\n"..err, 2) + " bug (please report at https://github.com/luarocks/luarocks/issues).\n"..err, 2) end --- Display an error message and exit. -- cgit v1.2.3-55-g6feb