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-softether | |
parent | 6b20bfce91447cbc52e5bb3e68257cc3fa85806b (diff) |
treewide: PKG_MAINTAINER: split by a comma
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-softether')
-rw-r--r-- | applications/luci-app-softether/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-softether/Makefile b/applications/luci-app-softether/Makefile index 1484acdc9c..0140b39e8a 100644 --- a/applications/luci-app-softether/Makefile +++ b/applications/luci-app-softether/Makefile @@ -8,7 +8,7 @@ LUCI_TITLE:=Softether management application LUCI_DEPENDS:=+luci-base +softethervpn5-client PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=BERENYI Balazs <balazs@wee.hu> \ +PKG_MAINTAINER:=BERENYI Balazs <balazs@wee.hu>, \ Jo-Philipp Wich <jo@mein.io> include ../../luci.mk |