vis: fix PKG_MAINTAINER name to generate a valid JSON output
authorFlorian Eckert <[email protected]>
Fri, 19 Sep 2025 07:30:53 +0000 (09:30 +0200)
committerJosef Schlehofer <[email protected]>
Fri, 19 Sep 2025 10:21:29 +0000 (12:21 +0200)
commit4a52b25d82270f40d6949a1c04f79aacc2aafa52
treef34f99ddd5577c94ada70c82051bc521d99d0a4a
parentfabd39998637cb8182215fb8ea6f51e2dcde32fd
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 <[email protected]>
vis/Makefile