From ad95189c9facc5e4ffb01b818554c2877cbd7d65 Mon Sep 17 00:00:00 2001 From: Jonathan Duarte <59436448+jonathan-medwing@users.noreply.github.com> Date: Tue, 11 Jan 2022 17:57:53 +0100 Subject: [PATCH] fix: Use correct url schema for luarocks (#8) * fix: Use correct URL schema for `luarocks`. Co-authored-by: Mahmoud Ali --- access-token-introspection-1.2.1-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access-token-introspection-1.2.1-0.rockspec b/access-token-introspection-1.2.1-0.rockspec index 1425cf3..7a5e719 100644 --- a/access-token-introspection-1.2.1-0.rockspec +++ b/access-token-introspection-1.2.1-0.rockspec @@ -2,7 +2,7 @@ package = "access-token-introspection" version = "1.2.1-0" source = { - url = "https://github.com/medwing/kong-token-introspection", + url = "git+https://github.com/medwing/kong-token-introspection.git", tag = "v1.2.1" }