[PATCH] teams: Fix symbol for sysadmin team.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Greg Hogan
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote 34 hours ago
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
76f9f2396e6dc8619d387485c0396287bba9d6df.1732049884.git.code@greghogan.com
* etc/teams.scm (sysadmin): Fix symbol.

Change-Id: I26efe8c14961023c5ef13f7ec76abe76bb232728
---
etc/teams.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
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
A
A
Andreas Enge wrote 21 hours ago
Close
(address . 74439-done@debbugs.gnu.org)
Zz2wq0j2fs3p6Iw4@jurong
Good catch, applied, thanks!

Andreas
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74439@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74439
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch