diff mbox series

[bug#71932] Adds Laurent Gatto to team r

Message ID 20240703162344.77359-1-laurent.gatto@gmail.com
State New
Headers show
Series [bug#71932] Adds Laurent Gatto to team r | expand

Commit Message

laurent.gatto@gmail.com July 3, 2024, 4:23 p.m. UTC
From: Laurent Gatto <laurent.gatto@uclouvain.be>

---
 etc/teams.scm | 5 +++++
 1 file changed, 5 insertions(+)


base-commit: 972c06dc79641864b05590b2cd905cc8b810062b
diff mbox series

Patch

diff --git a/etc/teams.scm b/etc/teams.scm
index 4c6723f9b7..2f6a22d97c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -738,6 +738,11 @@  (define-member (person "Matthew Trzcinski"
                        "matt@excalamus.com")
   documentation)
 
+(define-member (person "Laurent Gatto"
+                       "laurent.gatto@gmail.com")
+  r)
+
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))