summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODEOWNERS8
-rwxr-xr-xetc/teams.scm17
2 files changed, 24 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 66ffe554962..7faf99dc0d8 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -312,6 +312,14 @@ guix/import/opam\.scm @guix/ocaml
312guix/scripts/import/opam\.scm @guix/ocaml 312guix/scripts/import/opam\.scm @guix/ocaml
313tests/import/opam\.scm @guix/ocaml 313tests/import/opam\.scm @guix/ocaml
314 314
315gnu/packages/perl(-.+|)\.scm$ @guix/perl
316guix/build/perl-build-system\.scm @guix/perl
317guix/build/rakudo-build-system\.scm @guix/perl
318guix/build-system/perl\.scm @guix/perl
319guix/build-system/rakudo\.scm @guix/perl
320guix/import/cpan\.scm @guix/perl
321guix/scripts/import/cpan\.scm @guix/perl
322
315gnu/packages/django\.scm @guix/python 323gnu/packages/django\.scm @guix/python
316gnu/packages/jupyter\.scm @guix/python 324gnu/packages/jupyter\.scm @guix/python
317gnu/packages/python(-.+|)\.scm$ @guix/python 325gnu/packages/python(-.+|)\.scm$ @guix/python
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"