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:
Florian Eckert
2025-09-19 09:30:35 +02:00
committed by Josef Schlehofer
parent 77c032cbe4
commit da7b577b8b

View File

@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/batmand define Package/batmand
URL:=https://www.open-mesh.org/ URL:=https://www.open-mesh.org/
MAINTAINER:=Corinna "Elektra" Aichele <onelektra@gmx.net> MAINTAINER:=Corinna Aichele <onelektra@gmx.net>
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection SUBMENU:=Routing and Redirection