Revert "maintainers: remove patka"
This commit is contained in:
parent
318a6a6b52
commit
f1732f8c79
7 changed files with 12 additions and 6 deletions
|
@ -15394,6 +15394,12 @@
|
|||
githubId = 72527881;
|
||||
name = "PassiveLemon";
|
||||
};
|
||||
patka = {
|
||||
email = "patka@patka.dev";
|
||||
github = "patka-123";
|
||||
githubId = 69802930;
|
||||
name = "patka";
|
||||
};
|
||||
patricksjackson = {
|
||||
email = "patrick@jackson.dev";
|
||||
github = "patricksjackson";
|
||||
|
|
|
@ -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 = [ ];
|
||||
maintainers = with maintainers; [ patka ];
|
||||
mainProgram = "trayscale";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
homepage = "https://github.com/paratestphp/paratest";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "paratest";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ patka ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -21,6 +21,6 @@ php.buildComposerProject (finalAttrs: {
|
|||
homepage = "https://pestphp.com";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "pest";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ patka ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -30,6 +30,6 @@ php.buildComposerProject (finalAttrs: {
|
|||
homepage = "https://github.com/phpactor/phpactor";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "phpactor";
|
||||
maintainers = lib.teams.php.members;
|
||||
maintainers = [ lib.maintainers.patka ] ++ lib.teams.php.members;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -25,6 +25,6 @@ php.buildComposerProject (finalAttrs: {
|
|||
homepage = "https://phpinsights.com/";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "phpinsights";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ patka ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue