diff options
author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2024-11-24 21:16:29 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:31:15 +0800 |
commit | d6f32b92728c1bfe6955b773b56064f8e8ccbf2f (patch) | |
tree | 4bc908359ed94073de15bedad5b115b83e58d43c | |
parent | 6eec448c3db71fd0c3dcafb3cdafd4322b4f175f (diff) |
gnu: bwm-ng: Add lint-hidden-cpe-vendors property.
* gnu/packages/networking.scm (bwm-ng)[properties]: Add
lint-hidden-cpe-vendors property.
Signed-off-by: Zheng Junjie <z572@z572.online>
-rw-r--r-- | gnu/packages/networking.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b67bf17bd5..dd3bc501ec 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2184,6 +2184,7 @@ reusing frequently-requested web pages.") (description "Bandwidth Monitor NG is a small and simple console based live network and disk I/O bandwidth monitor.") (home-page "https://www.gropp.org/?id=projects&sub=bwm-ng") + (properties '((lint-hidden-cpe-vendors . ("bwm-ng_project")))) (license license:gpl2))) (define-public aircrack-ng |