mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-10-14 01:32:20 +08: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>
This commit is contained in:

committed by
Josef Schlehofer

parent
22487dc8f6
commit
fabd399986
@@ -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 <onelektra@gmx.net>
|
||||
PKG_MAINTAINER:=Corinna Aichele <onelektra@gmx.net>
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
|
Reference in New Issue
Block a user