1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2025-10-14 01:32:20 +08:00

vis: fix PKG_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:
Florian Eckert
2025-09-19 09:30:53 +02:00
committed by Josef Schlehofer
parent fabd399986
commit 4a52b25d82

View File

@@ -16,7 +16,7 @@ PKG_SOURCE_VERSION:=7710cce42e8d63ea114056a4a140835d4a452933
PKG_SOURCE_URL:=https://git.open-mesh.org/vis.git
PKG_MIRROR_HASH:=2544df816f9294e192cd6bb3592695416796fc6b254d182f1f124e686833f50d
PKG_MAINTAINER:=Corinna "Elektra" Aichele <onelektra@gmx.net>
PKG_MAINTAINER:=Corinna Aichele <onelektra@gmx.net>
PKG_LICENSE:=GPL-2.0-only
PKG_BUILD_PARALLEL:=1