From 4a52b25d82270f40d6949a1c04f79aacc2aafa52 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 19 Sep 2025 09:30:53 +0200 Subject: [PATCH] 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 --- vis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2