Merge pull request #307047 from patka-123/maintainers-remove-patka

maintainers: remove patka
This commit is contained in:
Ryan Mulligan 2024-04-26 19:29:29 -07:00 committed by GitHub
commit dfda1322f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 6 additions and 12 deletions

View File

@ -15377,12 +15377,6 @@
githubId = 72527881;
name = "PassiveLemon";
};
patka = {
email = "patka@patka.dev";
github = "patka-123";
githubId = 69802930;
name = "patka";
};
patricksjackson = {
email = "patrick@jackson.dev";
github = "patricksjackson";

View File

@ -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";
};
}

View File

@ -23,6 +23,6 @@
homepage = "https://github.com/paratestphp/paratest";
license = lib.licenses.mit;
mainProgram = "paratest";
maintainers = with lib.maintainers; [ patka ];
maintainers = [ ];
};
})

View File

@ -21,6 +21,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://pestphp.com";
license = lib.licenses.mit;
mainProgram = "pest";
maintainers = with lib.maintainers; [ patka ];
maintainers = [ ];
};
})

View File

@ -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;
};
})

View File

@ -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;
};
})

View File

@ -24,6 +24,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://phpinsights.com/";
license = lib.licenses.mit;
mainProgram = "phpinsights";
maintainers = with lib.maintainers; [ patka ];
maintainers = [ ];
};
})