commit 39f6f8fab42eeff885fc945b2a7bd332f46cc76d
parent b1284c667022a9bc5adeb159eff4f9cbcd7d6e89
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Fri, 16 Mar 2018 14:23:14 -0400
Add a summary and modify the version value.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ferron-ssg-scm-1.rockspec b/ferron-ssg-scm-1.rockspec
@@ -4,12 +4,13 @@ source = {
url = "https://github.com/hs0ucy/ferron-ssg"
}
description = {
+ summary= "Static website generator",
detailed = [[ Ferron is a fast and simple static website generator made with Lua. ]],
homepage = "https://github.com/hs0ucy/ferron-ssg",
license = "MIT"
}
dependencies = {
- "lua >= 5.3, < 5.4",
+ "lua >= 5.3",
"lua-path",
"dkjson",
"luafilesystem",