Skip to content

Commit

Permalink
Fixed 0.1.0 rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Sep 10, 2013
1 parent e52ed4c commit b7daad3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rockspecs/lice-lua-0.1.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source = {
}
description = {
summary = "Command line license generator for Lua",
detailed = "A minimal command-line tool to generate open source license files"
detailed = "A minimal command-line tool to generate open source license files",
homepage = "http://github/licenses/lice-lua",
license = "MIT <http://www.opensource.org/licenses/mit-license.php>",
maintainer = "Roland Yonaba <[email protected]>"
Expand All @@ -16,12 +16,11 @@ dependencies = {
"luafilesystem >= 1.4.2",
}
build = {
type = "builtin",
type = "none",
install = {
lua = {
["lice-lua.lice"] = "src/lice.lua",
["lice-lua.lice-tpl"] = "src/lice-tpl.lua",
}
},
copy_directories = {"tests"}
}

0 comments on commit b7daad3

Please sign in to comment.