mirror of
https://github.com/kikito/lua-sandbox.git
synced 2024-12-18 03:04:20 +00:00
chore(*) luarocks only support git+ssh protocol
This commit is contained in:
parent
07a01090e7
commit
ee3285e2fd
@ -1,9 +1,9 @@
|
|||||||
package = "sandbox"
|
package = "sandbox"
|
||||||
|
|
||||||
version = "1.0.1-1"
|
version = "1.0.1-2"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "https://github.com/kikito/sandbox.lua.git",
|
url = "git+ssh://git@github.com/kikito/sandbox.lua.git",
|
||||||
tag = "v1.0.1"
|
tag = "v1.0.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user