From f1732f8c79c011a77d06978cee0ff2407ca878e0 Mon Sep 17 00:00:00 2001 From: Patka <69802930+patka-123@users.noreply.github.com> Date: Mon, 6 May 2024 14:08:44 +0200 Subject: Revert "maintainers: remove patka" --- pkgs/by-name/ph/phpunit/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/by-name/ph/phpunit/package.nix') 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; }; }) -- cgit 1.4.1