From 00cd49ba4e0e357722e9651a3f57e82864eb73f0 Mon Sep 17 00:00:00 2001 From: hisham Date: Sat, 24 Oct 2009 17:24:38 +0000 Subject: add info to rockspec git-svn-id: http://luarocks.org/svn/luarocks/trunk@111 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- rockspec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rockspec b/rockspec index 24d78e4a..77aa5872 100644 --- a/rockspec +++ b/rockspec @@ -13,11 +13,14 @@ description = { installed as well, and at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees. - ]] + ]], + license = "MIT/X11", + homepage = "http://www.luarocks.org", + maintainer = "Hisham Muhammad" } dependencies = { - "lua >= 5.1" + "lua ~> 5.1" } source = { -- cgit v1.2.3-55-g6feb