summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2025-12-07 21:58:34 -0600
committerjgart <jgart@dismail.de>2025-12-08 14:41:26 -0600
commit6599a7d102e2b7c2d22b45ceff7bba79056a0f8c (patch)
tree44d55675d6704cb08818783bc4b47c0a46340c21
parent214e0caf6a6272dcbe6a19b9a2ce37a7ab0d767d (diff)
etc: Add hare team.
* etc/teams.scm (hare): New team. Change-Id: I953983c923e5970c62a0d03b126f8373a2eecde0 Signed-off-by: jgart <jgart@dismail.de>
-rwxr-xr-xetc/teams.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 3efd5cd89fe..936cd09252d 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -15,6 +15,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
15;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org> 15;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org>
16;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> 16;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
17;;; Copyright © 2025 Ludovic Courtès <ludo@gnu.org> 17;;; Copyright © 2025 Ludovic Courtès <ludo@gnu.org>
18;;; Copyright © 2025 jgart <jgart@dismail.de>
18;;; 19;;;
19;;; This file is part of GNU Guix. 20;;; This file is part of GNU Guix.
20;;; 21;;;
@@ -697,6 +698,14 @@ GLib/GIO, GTK, GStreamer and Webkit."
697 "guix/scripts/import/go.scm" 698 "guix/scripts/import/go.scm"
698 "tests/import/go.scm"))) 699 "tests/import/go.scm")))
699 700
701(define-team hare
702 (team 'hare
703 #:name "Hare"
704 #:scope (list "gnu/packages/hare.scm"
705 "gnu/packages/hare-xyz.scm"
706 "guix/build-system/hare.scm"
707 "guix/build/hare-build-system.scm")))
708
700(define-team haskell 709(define-team haskell
701 (team 'haskell 710 (team 'haskell
702 #:name "Haskell team" 711 #:name "Haskell team"