guix_mirror_bot pushed a commit to branch add-dthompson-member
in repository guix.

commit 2219beaf894fb48ed08a52f57f8675e56f945e74
Author: David Thompson <[email protected]>
AuthorDate: Wed Feb 4 06:51:07 2026 -0500

    teams: guile: Add David Thompson.
    
    * etc/teams.scm ("David Thompson"): Add to guile team.
    
    Change-Id: Idcb1535f87f51b62c52c710f34cce445098913f6
---
 etc/teams.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 536d4ddfce..5f4991b9e2 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1478,6 +1478,11 @@ the \"texlive\" importer."
                        "hugobuddel")
   python)
 
+(define-member (person "David Thompson"
+                       "[email protected]"
+                       "flockofbirbs")
+  guile)
+
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
       (error (format #false

Reply via email to