From e197f51ec8b376e353966f6ab100d25b9e8112df Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 20 Nov 2023 13:41:27 +0000 Subject: [PATCH] Tell luarocks that the url is a git clone --- nextfile-0.0.1-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextfile-0.0.1-1.rockspec b/nextfile-0.0.1-1.rockspec index 42b6437..b8b89ee 100644 --- a/nextfile-0.0.1-1.rockspec +++ b/nextfile-0.0.1-1.rockspec @@ -2,7 +2,7 @@ package = "nextfile" version = "0.0.1-1" source = { - url = "https://git.themagician.cc/TheMagician/nextfile", + url = "git+https://git.themagician.cc/TheMagician/nextfile.git", tag = "v0.0.1" }