maintainers: remove patka

This commit is contained in:
Patka
2024-07-01 21:02:30 +02:00
committed by Yaya
parent 71e88077ca
commit 1d1635196a
8 changed files with 6 additions and 13 deletions

View File

@@ -15335,12 +15335,6 @@
githubId = 4580157;
name = "Patrick Hobusch";
};
patka = {
email = "patka@patka.dev";
github = "patka-123";
githubId = 69802930;
name = "patka";
};
patrickdag = {
email = "patrick-nixos@failmail.dev";
github = "PatrickDaG";

View File

@@ -772,7 +772,6 @@ with lib.maintainers;
aanderse
drupol
ma27
patka
talyz
];
githubTeams = [ "php" ];

View File

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

View File

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

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 = with lib.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

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

View File

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