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/
This commit is contained in:
Alexander Turenko
2021-11-09 12:15:50 +03:00
parent 1dd8117253
commit fb3f759176
+1 -1
View File
@@ -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 = {