Skip to content

Commit 211c2a5

Browse files
Totktonadahishamhm
authored andcommitted
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/
1 parent 7c6e1b0 commit 211c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luafilesystem-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = "luafilesystem"
22
version = "scm-1"
33
source = {
4-
url = "git://github.com/keplerproject/luafilesystem"
4+
url = "git+https://github.com/keplerproject/luafilesystem"
55
}
66
description = {
77
summary = "File System Library for the Lua Programming Language",

0 commit comments

Comments
 (0)