Restructure repository

- mode module into src/connman_widget/init.lua
- update development rockspec
This commit is contained in:
Stefano Mazzucco 2017-11-11 16:40:07 +00:00
parent dee5822679
commit a7de942910
5 changed files with 3 additions and 1 deletions

View File

@ -19,5 +19,7 @@ dependencies = {
supported_platforms = { "linux" }
build = {
type = "builtin",
modules = { connman_widget = "connman_widget.lua" },
modules = {
["connman_widget.init"] = "src/connman_widget/init.lua"
},
}