aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/teams.scm.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 9f220cc489..4c2926eba5 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -170,7 +170,7 @@ and the maven-build-system."))
(define-team home
(team 'home
- #:name "Team for \"guix home\""))
+ #:name "Team for \"Guix Home\""))
(define-team mentors
(team 'mentors
@@ -266,6 +266,10 @@ importer."))
"mail@cbaines.net")
core mentors ruby)
+(define-member (person "Andrew Tropin"
+ "andrew@trop.in")
+ home emacs)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))