guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    teams: Add Guile team.
    
    * etc/teams.scm (guile): New team.
    * CODEOWNERS: Regenerate file.
    
    Change-Id: I7e275252e879ce57c24c7cffcde124bdd351307d
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 CODEOWNERS    |  6 ++++++
 etc/teams.scm | 11 +++++++++++
 2 files changed, 17 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index b117497872..a7fa0b9f50 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -200,6 +200,12 @@ guix/import/go\.scm                                @guix/go
 guix/scripts/import/go\.scm                        @guix/go
 tests/import/go\.scm                               @guix/go
 
+gnu/packages/guile\.scm                            @guix/guile
+gnu/packages/guile-wm\.scm                         @guix/guile
+gnu/packages/guile-xyz\.scm                        @guix/guile
+guix/build-system/guile\.scm                       @guix/guile
+guix/build/guile-build-system\.scm                 @guix/guile
+
 gnu/packages/hare\.scm                             @guix/hare
 gnu/packages/hare-apps\.scm                        @guix/hare
 gnu/packages/hare-xyz\.scm                         @guix/hare
diff --git a/etc/teams.scm b/etc/teams.scm
index 5bb29f14e4..f0d150bf77 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -715,6 +715,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