Skip to content

Commit

Permalink
Merge pull request #307047 from patka-123/maintainers-remove-patka
Browse files Browse the repository at this point in the history
maintainers: remove patka
  • Loading branch information
ryantm committed Apr 27, 2024
2 parents 30c31ff + 0757a75 commit dfda132
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15377,12 +15377,6 @@
githubId = 72527881;
name = "PassiveLemon";
};
patka = {
email = "[email protected]";
github = "patka-123";
githubId = 69802930;
name = "patka";
};
patricksjackson = {
email = "[email protected]";
github = "patricksjackson";
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 = "An unofficial GUI wrapper around the Tailscale CLI client";
homepage = "https://github.com/DeedleFake/trayscale";
license = licenses.mit;
maintainers = with maintainers; [ patka ];
maintainers = [ ];
mainProgram = "trayscale";
};
}
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 = [ ];
};
})
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 = [ ];
};
})
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 @@ -22,6 +22,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://phpunit.de";
license = lib.licenses.bsd3;
mainProgram = "phpunit";
maintainers = [ lib.maintainers.onny lib.maintainers.patka ] ++ lib.teams.php.members;
maintainers = [ 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 @@ -24,6 +24,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://phpinsights.com/";
license = lib.licenses.mit;
mainProgram = "phpinsights";
maintainers = with lib.maintainers; [ patka ];
maintainers = [ ];
};
})

0 comments on commit dfda132

Please sign in to comment.