guix_mirror_bot pushed a commit to branch add-guile-team
in repository guix.

commit 138db3c3d63b9418de5df6864c7cd3d9ed302c99
Author: David Thompson <[email protected]>
AuthorDate: Tue Feb 3 05:14:30 2026 -0500

    teams: Add Guile team.
    
    Change-Id: I7e275252e879ce57c24c7cffcde124bdd351307d
---
 etc/teams.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 408f3f71f2..0afb27f508 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -714,6 +714,17 @@ GLib/GIO, GTK, GStreamer and Webkit."
                       "guix/scripts/import/go.scm"
                       "tests/import/go.scm")))
 
+(define-team guile
+  (team 'guile
+        #:name "Guile team"
+        #:description
+        "Team for the Guile platform, libraries, and build system."
+        #:scope (list "gnu/packages/guile.scm"
+                      "gnu/packages/guile-wm.scm"
+                      "gnu/packages/guile-xyz.scm"
+                      "guix/build-system/guile.scm"
+                      "guix/build/guile-build-system.scm")))
+
 (define-team hare
   (team 'hare
         #:name "Hare"

Reply via email to