diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-09-27 12:33:36 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-28 09:03:22 +0200 |
commit | ea49070a36d48254f1ef167fa2806a16ed0b77a5 (patch) | |
tree | 1750d646f28e55558fa9dc51ca4ca6d6790f380e /etc | |
parent | 8710f01e043a98884ea7f37072687500a0e54813 (diff) | |
download | guix-ea49070a36d48254f1ef167fa2806a16ed0b77a5.tar.gz |
teams: Add Simon Tournier.
* etc/teams.scm.in: Add Simon Tournier. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/teams.scm.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 96a1effd24..2727505529 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -481,6 +481,10 @@ importer." "paren@disroot.org") home mentors) +(define-member (person "Simon Tournier" + "zimon.toutoune@gmail.com") + julia core mentors) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |