From 211c2a5d897db328a7776ddc11111a2051d5b7f3 Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Tue, 9 Nov 2021 11:39:43 +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/ --- luafilesystem-scm-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luafilesystem-scm-1.rockspec b/luafilesystem-scm-1.rockspec index 71cf19b..c948965 100644 --- a/luafilesystem-scm-1.rockspec +++ b/luafilesystem-scm-1.rockspec @@ -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", -- cgit v1.2.3-55-g6feb