etc: teams: Add entry for Eric Bavier.
* etc/teams.scm.in ("Eric Bavier"): New member. (mozilla): Add #:description keyword before description.
parent
ff91ab7689
commit
791620b61d
|
@ -181,6 +181,7 @@ and the maven-build-system."))
|
||||||
(define-team mozilla
|
(define-team mozilla
|
||||||
(team 'mozilla
|
(team 'mozilla
|
||||||
#:name "Mozilla"
|
#:name "Mozilla"
|
||||||
|
#:description
|
||||||
"Taking care about Icecat and Icedove, built from Mozilla Firefox
|
"Taking care about Icecat and Icedove, built from Mozilla Firefox
|
||||||
and Thunderbird."))
|
and Thunderbird."))
|
||||||
|
|
||||||
|
@ -189,6 +190,10 @@ and Thunderbird."))
|
||||||
"bauermann@kolabnow.com")
|
"bauermann@kolabnow.com")
|
||||||
embedded-bootstrap translations)
|
embedded-bootstrap translations)
|
||||||
|
|
||||||
|
(define-member (person "Eric Bavier"
|
||||||
|
"bavier@posteo.net")
|
||||||
|
science)
|
||||||
|
|
||||||
(define-member (person "Lars-Dominik Braun"
|
(define-member (person "Lars-Dominik Braun"
|
||||||
"lars@6xq.net")
|
"lars@6xq.net")
|
||||||
python haskell)
|
python haskell)
|
||||||
|
|
Reference in New Issue