mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04: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:
committed by
Josef Schlehofer
parent
fabd399986
commit
4a52b25d82
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user