aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/.github/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/.github/CODEOWNERS')
-rw-r--r--nixpkgs/.github/CODEOWNERS27
1 files changed, 19 insertions, 8 deletions
diff --git a/nixpkgs/.github/CODEOWNERS b/nixpkgs/.github/CODEOWNERS
index c9abac5851b..5376d51a617 100644
--- a/nixpkgs/.github/CODEOWNERS
+++ b/nixpkgs/.github/CODEOWNERS
@@ -55,8 +55,12 @@
# NixOS integration test driver
/nixos/lib/test-driver @tfc
-# New NixOS modules
-/nixos/modules/module-list.nix @Infinisil
+# Updaters
+## update.nix
+/maintainers/scripts/update.nix @jtojnar
+/maintainers/scripts/update.py @jtojnar
+## common-updater-scripts
+/pkgs/common-updater/scripts/update-source-version @jtojnar
# Python-related code and docs
/maintainers/scripts/update-python-libraries @FRidh
@@ -67,7 +71,7 @@
# Haskell
/pkgs/development/compilers/ghc @cdepillabout
-/pkgs/development/haskell-modules @cdepillabout @infinisil
+/pkgs/development/haskell-modules @cdepillabout
/pkgs/development/haskell-modules/default.nix @cdepillabout
/pkgs/development/haskell-modules/generic-builder.nix @cdepillabout
/pkgs/development/haskell-modules/hoogle.nix @cdepillabout
@@ -177,8 +181,15 @@
/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz
/nixos/tests/prometheus-exporters.nix @WilliButz
-# PHP
-/doc/languages-frameworks/php.section.md @etu
-/pkgs/development/interpreters/php @etu
-/pkgs/top-level/php-packages.nix @etu
-/pkgs/build-support/build-pecl.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
+/nixos/modules/virtualisation/cri-o.nix @NixOS/podman
+/nixos/modules/virtualisation/podman.nix @NixOS/podman
+/nixos/tests/podman.nix @NixOS/podman