aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Turenko <alexander.turenko@tarantool.org>2021-11-09 11:39:43 +0300
committerHisham Muhammad <hisham@gobolinux.org>2021-11-09 11:07:10 -0300
commit211c2a5d897db328a7776ddc11111a2051d5b7f3 (patch)
tree153e2e722249e43d90a0dad0ecaef5f29a984e5e
parent7c6e1b013caec0602ca4796df3b1d7253a2dd258 (diff)
downloadluafilesystem-211c2a5d897db328a7776ddc11111a2051d5b7f3.tar.gz
luafilesystem-211c2a5d897db328a7776ddc11111a2051d5b7f3.tar.bz2
luafilesystem-211c2a5d897db328a7776ddc11111a2051d5b7f3.zip
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/
-rw-r--r--luafilesystem-scm-1.rockspec2
1 files changed, 1 insertions, 1 deletions
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 @@
1package = "luafilesystem" 1package = "luafilesystem"
2version = "scm-1" 2version = "scm-1"
3source = { 3source = {
4 url = "git://github.com/keplerproject/luafilesystem" 4 url = "git+https://github.com/keplerproject/luafilesystem"
5} 5}
6description = { 6description = {
7 summary = "File System Library for the Lua Programming Language", 7 summary = "File System Library for the Lua Programming Language",