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 dae3c23ade..4697a60124 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1639,6 +1639,11 @@ the \"texlive\" importer."
"spencerking")
julia)
+(define-member (person "Peter Polidoro"
+ "peter@polidoro.io"
+ "peterpolidoro")
+ electronics)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))