From 90ffd4a015f2e5177b1ce04ce6dde5959313d38b Mon Sep 17 00:00:00 2001 From: Sakkeer Hussain Date: Tue, 20 Sep 2022 12:56:52 +0800 Subject: [PATCH] Update git source URL to include .git at the end The installation was failing as the script can't clone 'git://github.com/thibaultcha/lua-cassandra' this URL, Updated to 'git@github.com:thibaultcha/lua-cassandra.git' or updating to this http version 'https://github.com/thibaultcha/lua-cassandra' should also work. --- lua-cassandra-1.5.2-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua-cassandra-1.5.2-0.rockspec b/lua-cassandra-1.5.2-0.rockspec index ca759d0..da7b7f4 100644 --- a/lua-cassandra-1.5.2-0.rockspec +++ b/lua-cassandra-1.5.2-0.rockspec @@ -1,7 +1,7 @@ package = "lua-cassandra" version = "1.5.2-0" source = { - url = "git://github.com/thibaultcha/lua-cassandra", + url = "git@github.com:thibaultcha/lua-cassandra.git", tag = "1.5.2" } description = {