GNU bug report logs - #65314
[PATCH 1/1] teams: Add Katherine Cox-Buday to emacs, go, and lisp teams

Previous Next

Package: guix-patches;

Reported by: Katherine Cox-Buday <cox.katherine.e <at> gmail.com>

Date: Tue, 15 Aug 2023 18:08:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
To: 65314 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
Subject: [bug#65314] [PATCH 1/1] teams: Add Katherine Cox-Buday to emacs, go, and lisp teams
Date: Tue, 15 Aug 2023 12:06:27 -0600
* etc/teams.scm.in: Add Katherine Cox-Buday
---
 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 @@ (define-member (person "Maxim Cournoyer"
                        "maxim.cournoyer <at> gmail.com")
   gnome qt telephony)
 
+(define-member (person "Katherine Cox-Buday"
+                       "cox.katherine.e+guix <at> 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

base-commit: a4bed14c438dc0cbc1c1885a38f8409c7fef7957
-- 
2.41.0





This bug report was last modified 1 year and 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.