mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-07-27 18:42:21 +00:00
chore(*) luarocks only support git+ssh protocol
This commit is contained in:
committed by
Enrique García Cota
parent
07a01090e7
commit
ee3285e2fd
@@ -1,9 +1,9 @@
|
||||
package = "sandbox"
|
||||
|
||||
version = "1.0.1-1"
|
||||
version = "1.0.1-2"
|
||||
|
||||
source = {
|
||||
url = "https://github.com/kikito/sandbox.lua.git",
|
||||
url = "git+ssh://git@github.com/kikito/sandbox.lua.git",
|
||||
tag = "v1.0.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user