about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-06-06 09:40:41 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-06-06 09:40:41 +0200
commitc0d04fe53cebfd7a12127f57310558b5d5996d41 (patch)
tree70d5e2a21cc0d462f0875feb5f34cd7c89e0d941 /.github
parentc27d583b427262bec1d4de707d1bbba401fffcd2 (diff)
codeowners: add jtojnar to php
I am maintaining out-of-tree PHP expressions (https://github.com/fossar/nix-phps)
so I would like to get notified of changes of the code I depend on,
even though I cannot commit to becoming a PHP maintaintainer at the moment.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index be54040ca2ed7..597978aa53b2c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -199,9 +199,9 @@
 /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/development/interpreters/php       @NixOS/php @jtojnar
 /pkgs/development/php-packages           @NixOS/php
-/pkgs/top-level/php-packages.nix         @NixOS/php
+/pkgs/top-level/php-packages.nix         @NixOS/php @jtojnar
 
 # Podman, CRI-O modules and related
 /nixos/modules/virtualisation/containers.nix @NixOS/podman @zowoq