From 0108834dd3cde5cece1092a424d1d11d51e092a6 Mon Sep 17 00:00:00 2001 From: Alan Boudreault Date: Tue, 2 Nov 2021 11:42:24 -0400 Subject: [PATCH] chore(rockspec) switch to git+https protocol --- sandbox-1.0.1-2.rockspec => sandbox-1.0.1-3.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sandbox-1.0.1-2.rockspec => sandbox-1.0.1-3.rockspec (80%) diff --git a/sandbox-1.0.1-2.rockspec b/sandbox-1.0.1-3.rockspec similarity index 80% rename from sandbox-1.0.1-2.rockspec rename to sandbox-1.0.1-3.rockspec index 58b840f..9434187 100644 --- a/sandbox-1.0.1-2.rockspec +++ b/sandbox-1.0.1-3.rockspec @@ -1,9 +1,9 @@ package = "sandbox" -version = "1.0.1-2" +version = "1.0.1-3" source = { - url = "git+ssh://git@github.com/kikito/sandbox.lua.git", + url = "git+https://github.com/kikito/sandbox.lua", tag = "v1.0.1" }