summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Polidoro <peter@polidoro.io>2026-03-20 11:27:57 -0400
committerCayetano Santos <csantosb@inventati.org>2026-03-22 09:15:47 +0100
commit6c4d83542ab428441516e48a2cc983e02fe47869 (patch)
treef6a1a2b1d89868096dd588190420cd1956564370 /etc
parent14f802bdcc3278dd70acda1ce8b52acb36557859 (diff)
teams: Add Peter Polidoro to electronics team.
etc/teams.scm ("Peter Polidoro"): Create and add to the electronics team. Merges guix/guix!7351 Change-Id: I15fd5691f75e0b51735725dfdce90e14f818558d Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'etc')
-rwxr-xr-xetc/teams.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index dae3c23adee..4697a60124f 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1639,6 +1639,11 @@ the \"texlive\" importer."
1639 "spencerking") 1639 "spencerking")
1640 julia) 1640 julia)
1641 1641
1642(define-member (person "Peter Polidoro"
1643 "peter@polidoro.io"
1644 "peterpolidoro")
1645 electronics)
1646
1642 1647
1643(define (find-team name) 1648(define (find-team name)
1644 (or (hash-ref %teams (string->symbol name)) 1649 (or (hash-ref %teams (string->symbol name))