Skip to content

Commit b121b1d

Browse files
ffontaine1715173329
authored andcommitted
net/iputils: fix PKG_CPE_ID
iputils_project:iputils has been deprecated in favour of iputils:iputils Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
1 parent 7155777 commit b121b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/iputils/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_HASH:=19e680c9eef8c079da4da37040b5f5453763205b4edfb1e2c114de77908927e4
1919
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
2020
PKG_LICENSE:=BSD-3-Clause
2121
PKG_LICENSE_FILES:=LICENSE
22-
PKG_CPE_ID:=cpe:/a:iputils_project:iputils
22+
PKG_CPE_ID:=cpe:/a:iputils:iputils
2323

2424
include $(INCLUDE_DIR)/package.mk
2525
include $(INCLUDE_DIR)/meson.mk

0 commit comments

Comments
 (0)