From: Fabrice Fontaine Date: Thu, 19 Mar 2026 21:19:00 +0000 (+0100) Subject: sound/owntone: fix typo in PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cd8decf919c1e8c0120ae8a15316340e2b69640a;p=openwrt-packages.git 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: e8360bc4e1205e9b931623f9a9a1044056af85cd (sound/owntone: assign PKG_CPE_ID) Signed-off-by: Fabrice Fontaine --- diff --git a/sound/owntone/Makefile b/sound/owntone/Makefile index a93d7d561..3c3dd207f 100644 --- a/sound/owntone/Makefile +++ b/sound/owntone/Makefile @@ -23,7 +23,7 @@ PKG_INSTALL:=1 PKG_MAINTAINER:=Espen Jürgensen 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