sound/owntone: fix typo in PKG_CPE_ID
authorFabrice Fontaine <redacted>
Thu, 19 Mar 2026 21:19:00 +0000 (22:19 +0100)
committerAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 13:54:38 +0000 (15:54 +0200)
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: e8360bc4e1205e9b931623f9a9a1044056af85cd (sound/owntone: assign PKG_CPE_ID)
Signed-off-by: Fabrice Fontaine <redacted>
sound/owntone/Makefile

index a93d7d561ac28f7fdeecff2d173833fe8007db5e..3c3dd207fc5c2b8d09454ad2d64699c38a0b5a1a 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT