mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
sound/owntone: fix typo in PKG_CPE_ID
cpe:/a:owntone:owntone_server is the correct CPE ID for owntone:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:owntone:owntone_server
Fixes: e8360bc4e1 (sound/owntone: assign PKG_CPE_ID)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
e7e16a8597
commit
cd8decf919
@@ -23,7 +23,7 @@ PKG_INSTALL:=1
|
||||
PKG_MAINTAINER:=Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_CPE_ID:=cpe:/a:owntone:owtone_server
|
||||
PKG_CPE_ID:=cpe:/a:owntone:owntone_server
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
Reference in New Issue
Block a user