diff options
| author | Spencer King <spencer.king@wustl.edu> | 2026-03-04 04:03:49 +0000 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-16 19:14:45 +0100 |
| commit | 851d02997abbba560669ca3f989286c8584c69dd (patch) | |
| tree | 772ce12e97d11a9f5737def187dc33ff95422f00 | |
| parent | 0ca814a5b0ad1c9d566d92c50797250acef52cef (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>
| -rwxr-xr-x | etc/teams.scm | 5 |
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." "group") vcs) +(define-member (person "Spencer King" + "spencer.king@wustl.edu" + "spencerking") + julia) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |
