This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6ebe912b55 teams: Add Sugar team.
6ebe912b55 is described below

commit 6ebe912b5513bba21cf1096f865cb9a324c171a5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Feb 13 20:03:28 2024 +0100

    teams: Add Sugar team.
    
    * etc/teams.scm (sugar): New team; add Ricardo to it.
    
    Change-Id: I4d7af2a8f4077fa60ff8400b0b8b1b6127a77448
---
 etc/teams.scm | 11 +++++++++--
 1 file 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"
                        "[email protected]")
-  r core mentors tex)
+  core mentors r sugar tex)
 
 (define-member (person "Christopher Baines"
                        "[email protected]")

Reply via email to