diff mbox series

[bug#58110,2/2] teams: Add Simon Tournier.

Message ID 20220927103336.301570-1-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#58110,1/2] etc: teams: Define Julia team scope. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Simon Tournier Sept. 27, 2022, 10:33 a.m. UTC
* etc/teams.scm.in: Add Simon Tournier.
---
 etc/teams.scm.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Mathieu Othacehe Sept. 28, 2022, 7:01 a.m. UTC | #1
> * etc/teams.scm.in: Add Simon Tournier.

Applied, thanks!

Mathieu
diff mbox series

Patch

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 5ebb7ffbd9..7d2b089cf1 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -440,6 +440,10 @@  (define-member (person "Josselin Poiret"
                        "dev@jpoiret.xyz")
   core installer)
 
+(define-member (person "Simon Tournier"
+                       "zimon.toutoune@gmail.com")
+  julia core mentors)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))