diff options
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 bdc2ccbdf6..1776f2e046 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -179,6 +179,10 @@ and the maven-build-system.")) "A group of mentors who chaperone contributions by newcomers.")) +(define-member (person "Lars-Dominik Braun" + "lars@6xq.net") + python haskell) + (define-member (person "Ludovic Courtès" "ludo@gnu.org") core home embedded-bootstrap mentors) |