chore(rockspec) fix the rockspec source url

This commit is contained in:
Alan Boudreault 2021-11-04 12:27:30 -04:00 committed by Enrique García Cota
parent 0108834dd3
commit e04ddbe3ae

View File

@ -1,15 +1,15 @@
package = "sandbox"
version = "1.0.1-3"
version = "1.0.1-4"
source = {
url = "git+https://github.com/kikito/sandbox.lua",
url = "git+https://github.com/kikito/lua-sandbox",
tag = "v1.0.1"
}
description = {
summary = "A pure-lua solution for running untrusted Lua code.",
homepage = "https://github.com/kikito/sandbox.lua",
homepage = "https://github.com/kikito/lua-sandbox",
}
dependencies = {