teams: Add Sugar team.

* etc/teams.scm (sugar): New team; add Ricardo to it.

Change-Id: I4d7af2a8f4077fa60ff8400b0b8b1b6127a77448
This commit is contained in:
Ricardo Wurmus 2024-02-13 20:03:28 +01:00
parent 2915551a40
commit 6ebe912b55
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 9 additions and 2 deletions

View File

@ -8,7 +8,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
!#
;;; 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, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com>
@ -176,6 +176,13 @@ and the r-build-system."
"guix/scripts/import/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
(team 'telephony
#:name "Telephony team"
@ -627,7 +634,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
(define-member (person "Ricardo Wurmus"
"rekado@elephly.net")
r core mentors tex)
core mentors r sugar tex)
(define-member (person "Christopher Baines"
"guix@cbaines.net")