This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f0e4288376 teams: Fix symbol for sysadmin team.
f0e4288376 is described below
commit f0e428837697ff08d1ed4688da2dcd9649d683f7
Author: Greg Hogan <[email protected]>
AuthorDate: Tue Nov 19 21:00:40 2024 +0000
teams: Fix symbol for sysadmin team.
* etc/teams.scm (sysadmin): Fix symbol.
Change-Id: I26efe8c14961023c5ef13f7ec76abe76bb232728
Signed-off-by: Andreas Enge <[email protected]>
---
etc/teams.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/teams.scm b/etc/teams.scm
index b203527a0e..4f86dfb954 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -184,7 +184,7 @@ and the r-build-system."
#:scope (list "gnu/packages/sugar.scm")))
(define-team sysadmin
- (team 'sugar
+ (team 'sysadmin
#:name "Sysadmin team"
#:description
"Networking, server clustering, high availability."