diff options
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index d5750049ee..ee26105e85 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2947,6 +2947,7 @@ command line interfaces of C++ programs. It allows you to describe the options that your program supports, their types, default values, and documentation.") (home-page "https://codesynthesis.com/projects/cli/") + (properties `((lint-hidden-cpe-vendors . ("github" "snyk")))) (license license:expat))) (define-public xsd |