about summary refs log tree commit diff
path: root/pkgs/development/php-packages/php-parallel-lint/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/php-packages/php-parallel-lint/default.nix')
-rw-r--r--pkgs/development/php-packages/php-parallel-lint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/php-packages/php-parallel-lint/default.nix b/pkgs/development/php-packages/php-parallel-lint/default.nix
index 406e58b7958c6..e4977490c5180 100644
--- a/pkgs/development/php-packages/php-parallel-lint/default.nix
+++ b/pkgs/development/php-packages/php-parallel-lint/default.nix
@@ -43,6 +43,6 @@ mkDerivation {
     description = "Tool to check syntax of PHP files faster than serial check with fancier output";
     license = licenses.bsd2;
     homepage = "https://github.com/php-parallel-lint/PHP-Parallel-Lint";
-    maintainers = with maintainers; [ jtojnar ] ++ teams.php.members;
+    maintainers = with maintainers; [ ] ++ teams.php.members;
   };
 }