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

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9288654773 teams: Add Matt to the documentation team.
9288654773 is described below

commit 9288654773a110156e0bb6fc703a9c24f5bfc527
Author: Matthew Trzcinski <m...@excalamus.com>
AuthorDate: Tue May 7 19:40:33 2024 +0200

    teams: Add Matt to the documentation team.
    
    * etc/teams.scm (Matthew Trzcinski): New member.
    
    Signed-off-by: Florian Pelz <pelzflor...@pelzflorian.de>
    Change-Id: I5f75d8e74d972c60760b8fb57bcef0b76a971962
---
 etc/teams.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 0dc2325c3e..6cf29b74cc 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -734,6 +734,10 @@ GLib/GIO, GTK, GStreamer and Webkit."
                        "adam.f...@disroot.org")
   games)
 
+(define-member (person "Matthew Trzcinski"
+                       "m...@excalamus.com")
+  documentation)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to