diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-13 20:03:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-13 20:03:28 +0100 |
commit | 6ebe912b5513bba21cf1096f865cb9a324c171a5 (patch) | |
tree | 3dc33b041307ee691d25cd79beb2a1fdb1c0e96d /etc | |
parent | 2915551a407f4bda8e0d7e9d8ace5431b9ace4fd (diff) | |
download | guix-6ebe912b5513bba21cf1096f865cb9a324c171a5.tar.gz |
teams: Add Sugar team.
* etc/teams.scm (sugar): New team; add Ricardo to it. Change-Id: I4d7af2a8f4077fa60ff8400b0b8b1b6127a77448
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/teams.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index e2bc250028..e2da31a2b4 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -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") |