teams: Add Sugar team.
* etc/teams.scm (sugar): New team; add Ricardo to it. Change-Id: I4d7af2a8f4077fa60ff8400b0b8b1b6127a77448
This commit is contained in:
parent
2915551a40
commit
6ebe912b55
1 changed files with 9 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
!#
|
!#
|
||||||
|
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2022-2024 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org>
|
;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org>
|
||||||
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com>
|
;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com>
|
||||||
|
@ -176,6 +176,13 @@ (define-team r
|
||||||
"guix/scripts/import/cran.scm"
|
"guix/scripts/import/cran.scm"
|
||||||
"tests/cran.scm")))
|
"tests/cran.scm")))
|
||||||
|
|
||||||
|
(define-team sugar
|
||||||
|
(team 'sugar
|
||||||
|
#:name "Sugar team"
|
||||||
|
#:description
|
||||||
|
"Everything related to the Sugar Desktop and learning environment."
|
||||||
|
#:scope (list "gnu/packages/sugar.scm")))
|
||||||
|
|
||||||
(define-team telephony
|
(define-team telephony
|
||||||
(team 'telephony
|
(team 'telephony
|
||||||
#:name "Telephony team"
|
#:name "Telephony team"
|
||||||
|
@ -627,7 +634,7 @@ (define-member (person "Liliana Marie Prikler"
|
||||||
|
|
||||||
(define-member (person "Ricardo Wurmus"
|
(define-member (person "Ricardo Wurmus"
|
||||||
"rekado@elephly.net")
|
"rekado@elephly.net")
|
||||||
r core mentors tex)
|
core mentors r sugar tex)
|
||||||
|
|
||||||
(define-member (person "Christopher Baines"
|
(define-member (person "Christopher Baines"
|
||||||
"guix@cbaines.net")
|
"guix@cbaines.net")
|
||||||
|
|
Loading…
Reference in a new issue