mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-07-28 02:52:22 +00:00
added URL attribute to the lib
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
local sandbox = {
|
local sandbox = {
|
||||||
_VERSION = "sandbox 0.5",
|
_VERSION = "sandbox 0.5",
|
||||||
_DESCRIPTION = "A pure-lua solution for running untrusted Lua code.",
|
_DESCRIPTION = "A pure-lua solution for running untrusted Lua code.",
|
||||||
|
_URL = "https://github.com/kikito/sandbox.lua",
|
||||||
_LICENSE = [[
|
_LICENSE = [[
|
||||||
MIT LICENSE
|
MIT LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user