From d0f2d132bf4b02ff342b3d87479ec0cf46f7c059 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 19 Mar 2022 17:55:12 +0300 Subject: [PATCH] chore: Move SCM rockspec to root and bump rockrel to 3 --- .../luasocket-scm-2.rockspec => luasocket-scm-3.rockspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename rockspec/luasocket-scm-2.rockspec => luasocket-scm-3.rockspec (95%) diff --git a/rockspec/luasocket-scm-2.rockspec b/luasocket-scm-3.rockspec similarity index 95% rename from rockspec/luasocket-scm-2.rockspec rename to luasocket-scm-3.rockspec index 9a71b07..4e1669c 100644 --- a/rockspec/luasocket-scm-2.rockspec +++ b/luasocket-scm-3.rockspec @@ -1,8 +1,8 @@ package = "LuaSocket" -version = "scm-2" +version = "scm-3" source = { - url = "git://github.com/diegonehab/luasocket.git" - , branch="master" + url = "git+https://github.com/lunarmodules/luasocket.git", + branch = "master" } description = { summary = "Network support for the Lua language", @@ -12,7 +12,7 @@ description = { modules that add support for functionality commonly needed by applications that deal with the Internet. ]], - homepage = "http://luaforge.net/projects/luasocket/", + homepage = "https://github.com/lunarmodules/luasocket", license = "MIT" } dependencies = {