From fb3f75917680f932c307efaf98a9842ef2865ebf Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Tue, 9 Nov 2021 12:15:50 +0300 Subject: rockspec: use git+https:// for git repository URL GitHub is going to disable unencrypted Git protocol, so `git://` URLs will stop working soon (see [1]). [1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- rockspecs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockspecs.lua b/rockspecs.lua index ebe1c1b..dd278af 100644 --- a/rockspecs.lua +++ b/rockspecs.lua @@ -19,7 +19,7 @@ default = { package = "Lrexlib-"..flavour, version = version.."-1", source = { - url = "git://github.com/rrthomas/lrexlib.git", + url = "git+https://github.com/rrthomas/lrexlib.git", tag = "rel-"..version_dashed, }, description = { -- cgit v1.2.1