mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
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:
committed by
Hisham Muhammad
parent
7c6e1b013c
commit
211c2a5d89
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user