Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintainers: remove patka #323872

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15341,12 +15341,6 @@
githubId = 4580157;
name = "Patrick Hobusch";
};
patka = {
email = "[email protected]";
github = "patka-123";
githubId = 69802930;
name = "patka";
};
patrickdag = {
email = "[email protected]";
github = "PatrickDaG";
Expand Down
1 change: 0 additions & 1 deletion maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ with lib.maintainers;
aanderse
drupol
ma27
patka
talyz
];
githubTeams = [ "php" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/trayscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ buildGoModule rec {
description = "Unofficial GUI wrapper around the Tailscale CLI client";
homepage = "https://github.com/DeedleFake/trayscale";
license = licenses.mit;
maintainers = with maintainers; [ patka ];
maintainers = with maintainers; [ ];
mainProgram = "trayscale";
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/pa/paratest/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
homepage = "https://github.com/paratestphp/paratest";
license = lib.licenses.mit;
mainProgram = "paratest";
maintainers = with lib.maintainers; [ patka ];
maintainers = with lib.maintainers; [ ];
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/pe/pest/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://pestphp.com";
license = lib.licenses.mit;
mainProgram = "pest";
maintainers = with lib.maintainers; [ patka ];
maintainers = with lib.maintainers; [ ];
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/ph/phpactor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://github.com/phpactor/phpactor";
license = lib.licenses.mit;
mainProgram = "phpactor";
maintainers = [ lib.maintainers.patka ] ++ lib.teams.php.members;
maintainers = lib.teams.php.members;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/ph/phpunit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://phpunit.de";
license = lib.licenses.bsd3;
mainProgram = "phpunit";
maintainers = with lib.maintainers; [ onny patka ] ++ lib.teams.php.members;
maintainers = with lib.maintainers; [ onny ] ++ lib.teams.php.members;
};
})
2 changes: 1 addition & 1 deletion pkgs/development/php-packages/phpinsights/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://phpinsights.com/";
license = lib.licenses.mit;
mainProgram = "phpinsights";
maintainers = with lib.maintainers; [ patka ];
maintainers = with lib.maintainers; [ ];
};
})