[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: teams: Add Sugar team.
From: |
guix-commits |
Subject: |
branch master updated: teams: Add Sugar team. |
Date: |
Tue, 13 Feb 2024 14:04:02 -0500 |
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 <rekado@elephly.net>
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 <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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: teams: Add Sugar team.,
guix-commits <=