update rockspec

This commit is contained in:
leaf corcoran
2013-10-25 09:25:28 -07:00
parent 3624f4150c
commit 463a339d84

View File

@@ -7,6 +7,10 @@ source = {
description = {
summary = "Embedded templates for Lua",
detailed = [[
Allows you to render ERB style templates but with Lua. Supports <% %>, <%=
%> and <%- %> tags (with optional newline slurping) for embedding code.
]],
homepage = "https://github.com/leafo/elua",
maintainer = "Leaf Corcoran <leafot@gmail.com>",
license = "MIT"