diff options
| author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2024-11-24 21:16:34 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:51 +0800 |
| commit | afaae8ab2fd080413e31a5843e2700405f2f8552 (patch) | |
| tree | a6343c4463f69f4809ffdfa6219b555b315ddceb /gnu/packages/version-control.scm | |
| parent | b46978368fce3b199ef158029e5805b91c55446d (diff) | |
gnu: cvs: Add lint-hidden-cpe-vendors property.
* gnu/packages/version-control.scm (cvs)[properties]: Add
lint-hidden-cpe-vendors property.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index b1dcb4592b9..c53fc0c64f8 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -3146,6 +3146,7 @@ patch associated with a particular revision of an RCS file.") Configuration Management (SCM). Using it, you can record the history of sources files, and documents. It fills a similar role to the free software RCS, PRCS, and Aegis packages.") + (properties '((lint-hidden-cpe-vendors . ("jenkins")))) (license license:gpl1+))) (define-public cvs-fast-export |
