* [bug#74439] [PATCH] teams: Fix symbol for sysadmin team.
@ 2024-11-19 21:00 Greg Hogan
2024-11-20 9:49 ` bug#74439: Close Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2024-11-19 21:00 UTC (permalink / raw)
To: 74439; +Cc: Greg Hogan
* etc/teams.scm (sysadmin): Fix symbol.
Change-Id: I26efe8c14961023c5ef13f7ec76abe76bb232728
---
etc/teams.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/teams.scm b/etc/teams.scm
index 23c746cc8c..257f124025 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -183,7 +183,7 @@ (define-team sugar
#:scope (list "gnu/packages/sugar.scm")))
(define-team sysadmin
- (team 'sugar
+ (team 'sysadmin
#:name "Sysadmin team"
#:description
"Networking, server clustering, high availability."
base-commit: 7797ea4fd0dd27a9f087bbbc583f1ce814a0939b
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74439: Close
2024-11-19 21:00 [bug#74439] [PATCH] teams: Fix symbol for sysadmin team Greg Hogan
@ 2024-11-20 9:49 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-11-20 9:49 UTC (permalink / raw)
To: 74439-done
Good catch, applied, thanks!
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-20 9:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 21:00 [bug#74439] [PATCH] teams: Fix symbol for sysadmin team Greg Hogan
2024-11-20 9:49 ` bug#74439: Close Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.