guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 34fbece2809588a9858c43bb7b73220f194ccd1b
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Aug 24 10:09:48 2026 +0200

    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 <[email protected]>
---
 gnu/packages/terminals.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 7d9153b769..9fe339e0d4 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1410,6 +1410,7 @@ layout, working directories and programs to run on 
startup.
 arbitrary programs of your choice.  This is useful for browsing the history
 comfortably in a pager or editor.
 @end itemize")
+    (properties '((cpe-vendor . "kovidgoyal"))) ;to distinguish from 9bis
     (license license:gpl3+)))
 
 (define-public eternalterminal

Reply via email to