guix_mirror_bot pushed a commit to branch add-dthompson-member in repository guix.
commit b2299d9b5aad501110eb86a866ad402cc2c11182 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 45f6f3275c..d077dedc09 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -1497,6 +1497,11 @@ the \"texlive\" importer." "[email protected]" "untrusem") mozilla) + +(define-member (person "David Thompson" + "[email protected]" + "flockofbirbs") + guile) (define (find-team name) (or (hash-ref %teams (string->symbol name))
