guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 692b505ccbddaaf453fede3eff644f705534b169
Author: Mathieu Lirzin <[email protected]>
AuthorDate: Mon Feb 2 19:01:42 2026 +0100

    teams: Add Mathieu Lirzin.
    
    * etc/teams.scm ("Mathieu Lirzin"): Add to java team.
    
    Change-Id: I4d00c12740c81f9d0a30c124de7a261e8849fffb
    Signed-off-by: Julien Lepiller <[email protected]>
---
 etc/teams.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index 7e2901f704..85ce6b495d 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1459,7 +1459,11 @@ the \"texlive\" importer."
                        "rekahsoft")
   embedded electronics haskell sysadmin)
 
-
+(define-member (person "Mathieu Lirzin"
+                       "[email protected]"
+                       "mthl")
+  java)
+
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
       (error (format #false

Reply via email to