mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
batmand: fix PGK_MAINTAINER name to generate a valid JSON output
The extra quotation marks in the PKG_MAINTAINER line of the '.packageinfo'
file does not produce valid JSON when 'package-metadata.pl pkgmanifestjson'
is used.
Therefore, the word with the surrounding quotation marks is removed.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit fabd399986)
This commit is contained in:
committed by
Josef Schlehofer
parent
77c032cbe4
commit
da7b577b8b
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/batmand
|
||||
URL:=https://www.open-mesh.org/
|
||||
MAINTAINER:=Corinna "Elektra" Aichele <onelektra@gmx.net>
|
||||
MAINTAINER:=Corinna Aichele <onelektra@gmx.net>
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Routing and Redirection
|
||||
|
||||
Reference in New Issue
Block a user