diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-04-27 12:43:41 +0300 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-05-28 01:55:14 +0200 |
commit | 27fc389df5dd23f75080aa6f9dc572a8b29933a8 (patch) | |
tree | 98c59cd055daaab9b5424ecf265649d9d8449b03 /applications/luci-app-p910nd/Makefile | |
parent | 6b20bfce91447cbc52e5bb3e68257cc3fa85806b (diff) |
treewide: PKG_MAINTAINER: split by a comma
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-p910nd/Makefile')
-rw-r--r-- | applications/luci-app-p910nd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-p910nd/Makefile b/applications/luci-app-p910nd/Makefile index 7cdf1e03de..a41e89903c 100644 --- a/applications/luci-app-p910nd/Makefile +++ b/applications/luci-app-p910nd/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=p910nd - Printer server module LUCI_DEPENDS:=+luci-base +luci-compat +p910nd PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Paul Donald <newtwen@gmail.com> \ +PKG_MAINTAINER:=Paul Donald <newtwen@gmail.com>, \ Jo-Philipp Wich <jo@mein.io> include ../../luci.mk |