This is an automated email from the git hooks/post-receive script.

snape pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aa22cdd363 teams: Add entry for Clément Lassieur.
aa22cdd363 is described below

commit aa22cdd363d3b2cf64586ccee918531aa53ef365
Author: Clément Lassieur <[email protected]>
AuthorDate: Wed Dec 20 17:27:51 2023 +0100

    teams: Add entry for Clément Lassieur.
    
    * etc/teams.scm ("Clément Lassieur"): New member.
    
    Change-Id: If6456d9496f59b0a26608ad5e55aa8fdfb8af492
---
 etc/teams.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 76633c2184..44ebccd7d3 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -676,6 +676,10 @@ GLib/GIO, GTK, GStreamer and Webkit."
                        "[email protected]")
   bootstrap zig)
 
+(define-member (person "Clément Lassieur"
+                       "[email protected]")
+  mozilla)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to