about summary refs log tree commit diff
path: root/pkgs/by-name/ph/phpunit/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ph/phpunit/package.nix')
-rw-r--r--pkgs/by-name/ph/phpunit/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ph/phpunit/package.nix b/pkgs/by-name/ph/phpunit/package.nix
index ef614ce0849c9..e11c6812c4bff 100644
--- a/pkgs/by-name/ph/phpunit/package.nix
+++ b/pkgs/by-name/ph/phpunit/package.nix
@@ -22,6 +22,6 @@ php.buildComposerProject (finalAttrs: {
     homepage = "https://phpunit.de";
     license = lib.licenses.bsd3;
     mainProgram = "phpunit";
-    maintainers = [ lib.maintainers.onny ] ++ lib.teams.php.members;
+    maintainers = [ lib.maintainers.onny lib.maintainers.patka ] ++ lib.teams.php.members;
   };
 })