all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 74439@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#74439] [PATCH] teams: Fix symbol for sysadmin team.
Date: Tue, 19 Nov 2024 21:00:40 +0000	[thread overview]
Message-ID: <76f9f2396e6dc8619d387485c0396287bba9d6df.1732049884.git.code@greghogan.com> (raw)

* 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





             reply	other threads:[~2024-11-19 21:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-19 21:00 Greg Hogan [this message]
2024-11-20  9:49 ` bug#74439: Close Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76f9f2396e6dc8619d387485c0396287bba9d6df.1732049884.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=74439@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.