From: Florian Eckert Date: Fri, 19 Sep 2025 07:30:35 +0000 (+0200) Subject: batmand: fix PGK_MAINTAINER name to generate a valid JSON output X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fabd39998637cb8182215fb8ea6f51e2dcde32fd;p=feed%2Frouting.git 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 --- diff --git a/batmand/Makefile b/batmand/Makefile index 8978c6c..4db95a5 100644 --- a/batmand/Makefile +++ b/batmand/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_VERSION:=2f62b17d4132f82c4716b672101eb7faa916192a PKG_SOURCE_DATE:=2022-12-31 PKG_LICENSE:=GPL-2.0-only -PKG_MAINTAINER:=Corinna "Elektra" Aichele +PKG_MAINTAINER:=Corinna Aichele PKG_BUILD_PARALLEL:=1