[PATCH 1/1] teams: Add Katherine Cox-Buday to emacs, go, and lisp teams

  • Done
  • quality assurance status badge
Details
2 participants
  • Katherine Cox-Buday
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Katherine Cox-Buday
Severity
normal
K
K
Katherine Cox-Buday wrote on 15 Aug 2023 20:06
(address . guix-patches@gnu.org)(name . Katherine Cox-Buday)(address . cox.katherine.e@gmail.com)
20230815180719.43123-1-cox.katherine.e@gmail.com
* etc/teams.scm.in: Add Katherine Cox-Buday
---
etc/teams.scm.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Toggle diff (25 lines)
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@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

base-commit: a4bed14c438dc0cbc1c1885a38f8409c7fef7957
--
2.41.0
M
M
Maxim Cournoyer wrote on 16 Aug 2023 20:33
(name . Katherine Cox-Buday)(address . cox.katherine.e@gmail.com)(address . 65314-done@debbugs.gnu.org)
87msyqj0qx.fsf@gmail.com
Hi!

Katherine Cox-Buday <cox.katherine.e@gmail.com> writes:

Toggle quote (2 lines)
> * etc/teams.scm.in: Add Katherine Cox-Buday

I've added a trailing period to the commit message subject and changelog
entry, and pushed!

Thank you for joining teams!

--
Thanks,
Maxim
Closed
?