diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-05 13:28:48 +0200 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:31:14 +0800 |
| commit | 63600ebe3c732213c75a00cb3fa6741d79c7a5ab (patch) | |
| tree | c8c83cee3d96c572f1d775224169df0221d50584 /gnu/packages/documentation.scm | |
| parent | 3c439912d88af3b014a8c6cdef00c288d936378f (diff) | |
gnu: halibut: Add cpe-vendor property.
* gnu/packages/documentation.scm (halibut)
[properties]: Add cpe-vendor property.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/documentation.scm')
| -rw-r--r-- | gnu/packages/documentation.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 9e7f859aa83..a13e7b04647 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -265,6 +265,7 @@ It has extensive support for indexing and cross-referencing, and generates hyperlinks within output documents wherever possible. It supports Unicode, with the ability to fall back to an alternative representation if Unicode output is not available.") + (properties `((cpe-vendor . "halibut_project"))) (license license:expat))) (define-public doc++ |
