chore(*) luarocks only support git+ssh protocol

This commit is contained in:
Alan Boudreault 2021-11-02 10:58:07 -04:00 committed by Enrique García Cota
parent 07a01090e7
commit ee3285e2fd

View File

@ -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"
} }