guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: teams: Add Katherine Cox-Buday to emacs, go, and lisp teams.


From: guix-commits
Subject: 01/02: teams: Add Katherine Cox-Buday to emacs, go, and lisp teams.
Date: Wed, 16 Aug 2023 11:50:22 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 2c6fc97959ae17842d9403850a394bd793a16791
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Aug 15 12:06:27 2023 -0600

    teams: Add Katherine Cox-Buday to emacs, go, and lisp teams.
    
    * etc/teams.scm.in: Add Katherine Cox-Buday.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 etc/teams.scm.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index d7ac146fda..9481b44168 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -614,11 +614,15 @@ GLib/GIO, GTK, GStreamer and Webkit."
                        "maxim.cournoyer@gmail.com")
   gnome qt telephony)
 
+(define-member (person "Katherine Cox-Buday"
+                       "cox.katherine.e+guix@gmail.com")
+  emacs go lisp)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
       (error (format #false
-                           "no such team: ~a~%" name))))
+                     "no such team: ~a~%" name))))
 
 (define (find-team-by-scope files)
   "Return the team(s) which scope matches at least one of the FILES, as list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]