summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSpencer King <spencer.king@wustl.edu>2026-03-04 04:03:49 +0000
committerCayetano Santos <csantosb@inventati.org>2026-03-16 19:14:45 +0100
commit851d02997abbba560669ca3f989286c8584c69dd (patch)
tree772ce12e97d11a9f5737def187dc33ff95422f00 /etc
parent0ca814a5b0ad1c9d566d92c50797250acef52cef (diff)
teams: Add Spencer King to the Julia team.
* etc/teams.scm ("Spencer King"): Create and add to the Julia team. Merges guix/guix!6867 Change-Id: I8367145739311c9ced8f9a65ac36627f4d7c8b83 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 5bbfe8a34d1..6f510495b5f 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1627,6 +1627,11 @@ the \"texlive\" importer."
1627 "group") 1627 "group")
1628 vcs) 1628 vcs)
1629 1629
1630(define-member (person "Spencer King"
1631 "spencer.king@wustl.edu"
1632 "spencerking")
1633 julia)
1634
1630 1635
1631(define (find-team name) 1636(define (find-team name)
1632 (or (hash-ref %teams (string->symbol name)) 1637 (or (hash-ref %teams (string->symbol name))