summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-08-24 10:09:48 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-26 00:33:53 +0100
commit34fbece2809588a9858c43bb7b73220f194ccd1b (patch)
treeaf5ca0e62e56487945e5a0680ea963ed65cf0771 /gnu
parent592ad8c8658dc2057a0f99527a2f23637085de42 (diff)
gnu: kitty: Set cpe-vendor to kovidgoyal.
* gnu/packages/terminals.scm (kitty): Set cpe-vendor to kovidgoyal. [properties]: Set cpe-vendor to kovidgoyal. Merges: guix/guix!10772 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/terminals.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 7d9153b7694..9fe339e0d4d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1410,6 +1410,7 @@ layout, working directories and programs to run on startup.
1410arbitrary programs of your choice. This is useful for browsing the history 1410arbitrary programs of your choice. This is useful for browsing the history
1411comfortably in a pager or editor. 1411comfortably in a pager or editor.
1412@end itemize") 1412@end itemize")
1413 (properties '((cpe-vendor . "kovidgoyal"))) ;to distinguish from 9bis
1413 (license license:gpl3+))) 1414 (license license:gpl3+)))
1414 1415
1415(define-public eternalterminal 1416(define-public eternalterminal