summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2020-05-16 18:13:02 +0200
committerElis Hirwing <elis@hirwing.se>2020-05-16 19:46:50 +0200
commit3d3519e2c3af00fd75c58364ae93f8cac5879e43 (patch)
tree8a0b53699dce7229d6d5c0ba057f0930f6364361 /.github
parent726cbe0d405dd520bd4c81f917e57469d6b5153d (diff)
CODEOWNERS: Move code ownership to php maintainer team
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 93688a326fed..5376d51a6178 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -181,12 +181,12 @@
/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz
/nixos/tests/prometheus-exporters.nix @WilliButz
-# PHP
-/doc/languages-frameworks/php.section.md @etu
-/nixos/tests/php @etu
-/pkgs/build-support/build-pecl.nix @etu
-/pkgs/development/interpreters/php @etu
-/pkgs/top-level/php-packages.nix @etu
+# PHP interpreter, packages, extensions, tests and documentation
+/doc/languages-frameworks/php.section.md @NixOS/php
+/nixos/tests/php @NixOS/php
+/pkgs/build-support/build-pecl.nix @NixOS/php
+/pkgs/development/interpreters/php @NixOS/php
+/pkgs/top-level/php-packages.nix @NixOS/php
# Podman, CRI-O modules and related
/nixos/modules/virtualisation/containers.nix @NixOS/podman