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 11:39:43 +03:00
committed by Hisham Muhammad
parent 7c6e1b013c
commit 211c2a5d89

View File

@@ -1,7 +1,7 @@
package = "luafilesystem"
version = "scm-1"
source = {
url = "git://github.com/keplerproject/luafilesystem"
url = "git+https://github.com/keplerproject/luafilesystem"
}
description = {
summary = "File System Library for the Lua Programming Language",