summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-21 00:37:25 +0100
committerjgart <jgart@dismail.de>2026-02-22 18:25:43 -0500
commitf23dc03e8a86f267606b383c76a4989018078635 (patch)
tree6f2f203e23a19282cfe74edd644df87eee601480 /etc
parent5a23fd601e59bfb73c288a9645889c6c7d26a8de (diff)
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 <jgart@dismail.de>
Diffstat (limited to 'etc')
-rwxr-xr-xetc/teams.scm17
1 files changed, 16 insertions, 1 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 58c05282efe..ac0e81c3997 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -920,6 +920,21 @@ importer, and the ocaml-build-system."
920 "guix/scripts/import/opam.scm" 920 "guix/scripts/import/opam.scm"
921 "tests/import/opam.scm"))) 921 "tests/import/opam.scm")))
922 922
923(define-team perl
924 (team 'perl
925 #:name "Perl and Raku team"
926 #:description
927 "Perl & Raku packages, the \"cpan\" importer, and the
928perl-build-system as well as the rakudo-build-system."
929 #:scope
930 (list (make-regexp* "^gnu/packages/perl(-.+|)\\.scm$")
931 "guix/build/perl-build-system.scm"
932 "guix/build/rakudo-build-system.scm"
933 "guix/build-system/perl.scm"
934 "guix/build-system/rakudo.scm"
935 "guix/import/cpan.scm"
936 "guix/scripts/import/cpan.scm")))
937
923(define-team python 938(define-team python
924 (team 'python 939 (team 'python
925 #:name "Python team" 940 #:name "Python team"
@@ -1501,7 +1516,7 @@ the \"texlive\" importer."
1501(define-member (person "Wilko Meyer" 1516(define-member (person "Wilko Meyer"
1502 "w@wmeyer.eu" 1517 "w@wmeyer.eu"
1503 "theesm") 1518 "theesm")
1504 kernel) 1519 kernel perl)
1505 1520
1506(define-member (person "Untrusem" 1521(define-member (person "Untrusem"
1507 "mysticmoksh@riseup.net" 1522 "mysticmoksh@riseup.net"