summary refs log tree commit diff
path: root/etc/teams.scm.in
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2022-09-26 16:26:36 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-09-27 08:40:48 +0200
commitb4de11b5dc12f65c3cdddc569b967c38f02b687e (patch)
tree5c2decbe55635d961d88cbdb826c5f2a76b423ff /etc/teams.scm.in
parentf15a141cf35bd4188767f0e91c0654991d4c49e0 (diff)
downloadguix-b4de11b5dc12f65c3cdddc569b967c38f02b687e.tar.gz
teams: Add Josselin Poiret.
* etc/teams.scm.in: Add Josselin Poiret.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'etc/teams.scm.in')
-rw-r--r--etc/teams.scm.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 99d1d8168f..1269166d3b 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -426,6 +426,10 @@ importer."))
                        "andrew@trop.in")
   home emacs)
 
+(define-member (person "Josselin Poiret"
+                       "dev@jpoiret.xyz")
+  core installer)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))