diff options
author | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 15:12:37 -0400 |
---|---|---|
committer | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 16:38:06 -0400 |
commit | b63a80921387208776df88b0a83526a80cce4174 (patch) | |
tree | 5bb17be8ba613565d28cf89d44b6757aabed04ae /lang/lua-penlight | |
parent | 870a6211072d5017b722914e2b91c706fa0b1138 (diff) |
packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments
Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
Diffstat (limited to 'lang/lua-penlight')
-rw-r--r-- | lang/lua-penlight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua-penlight/Makefile b/lang/lua-penlight/Makefile index de594ec12..f2ddb7ee5 100644 --- a/lang/lua-penlight/Makefile +++ b/lang/lua-penlight/Makefile @@ -26,7 +26,7 @@ define Package/lua-penlight TITLE:=Penlight URL:=http://stevedonovan.github.io/Penlight/api/manual/01-introduction.md.html DEPENDS:=+luafilesystem - MAINTAINER:= Karl Palsson <karlp@remake.is> + MAINTAINER:=Karl Palsson <karlp@remake.is> endef define Package/lua-penlight/description |