cbaines pushed a commit to branch master
in repository guix.
commit 6e2f5fe2170065e23c4176ab79cbc60ad2ffd0f7
Author: Christopher Baines <[email protected]>
AuthorDate: Fri Jul 8 23:36:24 2022 +0100
etc: teams: Add entry for Christopher Baines.
* etc/teams.scm.in ("Christopher Baines"): New member.
---
etc/teams.scm.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 2559806430..7c04d169e4 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -223,6 +223,10 @@ and the maven-build-system."))
"[email protected]")
r core mentors)
+(define-member (person "Christopher Baines"
+ "[email protected]")
+ core mentors ruby)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))