File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source = {
66}
77description = {
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}
1818build = {
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}
You can’t perform that action at this time.
0 commit comments