guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6599a7d102e2b7c2d22b45ceff7bba79056a0f8c
Author: jgart <[email protected]>
AuthorDate: Sun Dec 7 21:58:34 2025 -0600
etc: Add hare team.
* etc/teams.scm (hare): New team.
Change-Id: I953983c923e5970c62a0d03b126f8373a2eecde0
Signed-off-by: jgart <[email protected]>
---
etc/teams.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 3efd5cd89f..936cd09252 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -15,6 +15,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
;;; Copyright © 2025 Jelle Licht <[email protected]>
;;; Copyright © 2025 Cayetano Santos <[email protected]>
;;; Copyright © 2025 Ludovic Courtès <[email protected]>
+;;; Copyright © 2025 jgart <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -697,6 +698,14 @@ GLib/GIO, GTK, GStreamer and Webkit."
"guix/scripts/import/go.scm"
"tests/import/go.scm")))
+(define-team hare
+ (team 'hare
+ #:name "Hare"
+ #:scope (list "gnu/packages/hare.scm"
+ "gnu/packages/hare-xyz.scm"
+ "guix/build-system/hare.scm"
+ "guix/build/hare-build-system.scm")))
+
(define-team haskell
(team 'haskell
#:name "Haskell team"