diff options
author | Liliana Marie Prikler <[email protected]> | 2024-02-25 10:28:03 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-02-25 10:28:03 +0100 |
commit | 7bf4ce4582cd2f9c5b30c547262c1c4a426c0b9b (patch) | |
tree | c6f9cc83feaaf685b7542a98e60bc24ea7c297b1 /etc | |
parent | 06d01c610e3bee61e38a177aecda5982d5b338ae (diff) | |
parent | 92d8b4c9598ed32cdb6630433d5914c1ae8b7146 (diff) |
Merge branch 'master' into gnome-team
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 <[email protected]> +;;; Copyright © 2022-2024 Ricardo Wurmus <[email protected]> ;;; Copyright © 2022 Mathieu Othacehe <[email protected]> ;;; Copyright © 2022, 2023 Maxim Cournoyer <[email protected]> ;;; Copyright © 2022 Simon Tournier <[email protected]> @@ -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" - r core mentors tex) + core mentors r sugar tex) (define-member (person "Christopher Baines" |