Skip to content

Commit 62f3605

Browse files
committed
vis: fix PKG_MAINTAINER name to generate a valid JSON output for 'package-metadata.pl'
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]>
1 parent 606db0c commit 62f3605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vis/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PKG_SOURCE_VERSION:=7710cce42e8d63ea114056a4a140835d4a452933
1616
PKG_SOURCE_URL:=https://git.open-mesh.org/vis.git
1717
PKG_MIRROR_HASH:=2544df816f9294e192cd6bb3592695416796fc6b254d182f1f124e686833f50d
1818

19-
PKG_MAINTAINER:=Corinna "Elektra" Aichele <[email protected]>
19+
PKG_MAINTAINER:=Corinna Aichele <[email protected]>
2020
PKG_LICENSE:=GPL-2.0-only
2121

2222
PKG_BUILD_PARALLEL:=1

0 commit comments

Comments
 (0)