From bdecb751d799484b8f1a7cf013de8e00fe74ccc3 Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 14 Sep 2013 13:19:23 +0200 Subject: [PATCH] added URL attribute to the lib --- sandbox.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox.lua b/sandbox.lua index b138db7..69f50e7 100644 --- a/sandbox.lua +++ b/sandbox.lua @@ -1,6 +1,7 @@ local sandbox = { _VERSION = "sandbox 0.5", _DESCRIPTION = "A pure-lua solution for running untrusted Lua code.", + _URL = "https://github.com/kikito/sandbox.lua", _LICENSE = [[ MIT LICENSE