Skip to content

Commit b7daad3

Browse files
committed
Fixed 0.1.0 rockspec
1 parent e52ed4c commit b7daad3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rockspecs/lice-lua-0.1.0-1.rockspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source = {
66
}
77
description = {
88
summary = "Command line license generator for Lua",
9-
detailed = "A minimal command-line tool to generate open source license files"
9+
detailed = "A minimal command-line tool to generate open source license files",
1010
homepage = "http://github/licenses/lice-lua",
1111
license = "MIT <http://www.opensource.org/licenses/mit-license.php>",
1212
maintainer = "Roland Yonaba <roland.yonaba@gmail.com>"
@@ -16,12 +16,11 @@ dependencies = {
1616
"luafilesystem >= 1.4.2",
1717
}
1818
build = {
19-
type = "builtin",
19+
type = "none",
2020
install = {
2121
lua = {
2222
["lice-lua.lice"] = "src/lice.lua",
2323
["lice-lua.lice-tpl"] = "src/lice-tpl.lua",
2424
}
2525
},
26-
copy_directories = {"tests"}
2726
}

0 commit comments

Comments
 (0)