This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f23dc03e8a teams: Add Perl and Raku team.
f23dc03e8a is described below

commit f23dc03e8a86f267606b383c76a4989018078635
Author: Wilko Meyer <[email protected]>
AuthorDate: Sat Feb 21 00:37:25 2026 +0100

    teams: Add Perl and Raku team.
    
    * etc/teams.scm (perl): New team.
    ("Wilko Meyer"): Add to perl team.
    * CODEOWNERS: Regenerate file.
    
    Change-Id: Ia9da6d87bb116d00bccad5322e25194793ebc17c
    Signed-off-by: jgart <[email protected]>
---
 CODEOWNERS    |  8 ++++++++
 etc/teams.scm | 17 ++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 66ffe55496..7faf99dc0d 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -312,6 +312,14 @@ guix/import/opam\.scm                              
@guix/ocaml
 guix/scripts/import/opam\.scm                      @guix/ocaml
 tests/import/opam\.scm                             @guix/ocaml
 
+gnu/packages/perl(-.+|)\.scm$                      @guix/perl
+guix/build/perl-build-system\.scm                  @guix/perl
+guix/build/rakudo-build-system\.scm                @guix/perl
+guix/build-system/perl\.scm                        @guix/perl
+guix/build-system/rakudo\.scm                      @guix/perl
+guix/import/cpan\.scm                              @guix/perl
+guix/scripts/import/cpan\.scm                      @guix/perl
+
 gnu/packages/django\.scm                           @guix/python
 gnu/packages/jupyter\.scm                          @guix/python
 gnu/packages/python(-.+|)\.scm$                    @guix/python
diff --git a/etc/teams.scm b/etc/teams.scm
index 58c05282ef..ac0e81c399 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -920,6 +920,21 @@ importer, and the ocaml-build-system."
               "guix/scripts/import/opam.scm"
               "tests/import/opam.scm")))
 
+(define-team perl
+  (team 'perl
+        #:name "Perl and Raku team"
+        #:description
+        "Perl & Raku packages, the \"cpan\" importer, and the
+perl-build-system as well as the rakudo-build-system."
+        #:scope
+        (list (make-regexp* "^gnu/packages/perl(-.+|)\\.scm$")
+              "guix/build/perl-build-system.scm"
+              "guix/build/rakudo-build-system.scm"
+              "guix/build-system/perl.scm"
+              "guix/build-system/rakudo.scm"
+              "guix/import/cpan.scm"
+              "guix/scripts/import/cpan.scm")))
+
 (define-team python
   (team 'python
         #:name "Python team"
@@ -1501,7 +1516,7 @@ the \"texlive\" importer."
 (define-member (person "Wilko Meyer"
                        "[email protected]"
                        "theesm")
-  kernel)
+  kernel perl)
 
 (define-member (person "Untrusem"
                        "[email protected]"

Reply via email to