guix_mirror_bot pushed a commit to branch add-dthompson-member in repository guix.
commit 23903dd4a89d3d5f125818d4050415ea21571f29 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 4d3bfc4f9d..8b29fa5ebf 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -1468,6 +1468,11 @@ the \"texlive\" importer." "mthl") java) +(define-member (person "David Thompson" + "[email protected]" + "dthompson") + guile) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) (error (format #false
