From: Florian Eckert Date: Fri, 19 Sep 2025 07:30:53 +0000 (+0200) Subject: vis: fix PKG_MAINTAINER name to generate a valid JSON output X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4a52b25d82270f40d6949a1c04f79aacc2aafa52;p=feed%2Frouting.git 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 --- diff --git a/vis/Makefile b/vis/Makefile index ef17a51..3cf9dfb 100644 --- a/vis/Makefile +++ b/vis/Makefile @@ -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 +PKG_MAINTAINER:=Corinna Aichele PKG_LICENSE:=GPL-2.0-only PKG_BUILD_PARALLEL:=1