From 5d9496fc528cf2ca4fb83f49cda15c28d8deee98 Mon Sep 17 00:00:00 2001 From: Gran PC Date: Wed, 30 Mar 2022 12:33:26 +0200 Subject: [PATCH] Update rockspec to use git+https protocol GitHub has deprecated unauthenticated git:// access --- lua-websockets.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua-websockets.rockspec b/lua-websockets.rockspec index f5af447..c52deb2 100644 --- a/lua-websockets.rockspec +++ b/lua-websockets.rockspec @@ -2,7 +2,7 @@ package = "lua-websockets" version = "@VERSION@-1" source = { - url = "git://github.com/lipp/lua-websockets.git", + url = "git+https://github.com/lipp/lua-websockets.git", tag = "@VERSION@" }