maintainers: remove patka
This commit is contained in:
parent
81409c711e
commit
0757a75279
@ -15393,12 +15393,6 @@
|
|||||||
githubId = 72527881;
|
githubId = 72527881;
|
||||||
name = "PassiveLemon";
|
name = "PassiveLemon";
|
||||||
};
|
};
|
||||||
patka = {
|
|
||||||
email = "patka@patka.dev";
|
|
||||||
github = "patka-123";
|
|
||||||
githubId = 69802930;
|
|
||||||
name = "patka";
|
|
||||||
};
|
|
||||||
patricksjackson = {
|
patricksjackson = {
|
||||||
email = "patrick@jackson.dev";
|
email = "patrick@jackson.dev";
|
||||||
github = "patricksjackson";
|
github = "patricksjackson";
|
||||||
|
@ -50,7 +50,7 @@ buildGoModule rec {
|
|||||||
description = "An unofficial GUI wrapper around the Tailscale CLI client";
|
description = "An unofficial GUI wrapper around the Tailscale CLI client";
|
||||||
homepage = "https://github.com/DeedleFake/trayscale";
|
homepage = "https://github.com/DeedleFake/trayscale";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ patka ];
|
maintainers = [ ];
|
||||||
mainProgram = "trayscale";
|
mainProgram = "trayscale";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,6 @@
|
|||||||
homepage = "https://github.com/paratestphp/paratest";
|
homepage = "https://github.com/paratestphp/paratest";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "paratest";
|
mainProgram = "paratest";
|
||||||
maintainers = with lib.maintainers; [ patka ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -21,6 +21,6 @@ php.buildComposerProject (finalAttrs: {
|
|||||||
homepage = "https://pestphp.com";
|
homepage = "https://pestphp.com";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "pest";
|
mainProgram = "pest";
|
||||||
maintainers = with lib.maintainers; [ patka ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -30,6 +30,6 @@ php.buildComposerProject (finalAttrs: {
|
|||||||
homepage = "https://github.com/phpactor/phpactor";
|
homepage = "https://github.com/phpactor/phpactor";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "phpactor";
|
mainProgram = "phpactor";
|
||||||
maintainers = [ lib.maintainers.patka ] ++ lib.teams.php.members;
|
maintainers = lib.teams.php.members;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -22,6 +22,6 @@ php.buildComposerProject (finalAttrs: {
|
|||||||
homepage = "https://phpunit.de";
|
homepage = "https://phpunit.de";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
mainProgram = "phpunit";
|
mainProgram = "phpunit";
|
||||||
maintainers = [ lib.maintainers.onny lib.maintainers.patka ] ++ lib.teams.php.members;
|
maintainers = [ lib.maintainers.onny ] ++ lib.teams.php.members;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -24,6 +24,6 @@ php.buildComposerProject (finalAttrs: {
|
|||||||
homepage = "https://phpinsights.com/";
|
homepage = "https://phpinsights.com/";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "phpinsights";
|
mainProgram = "phpinsights";
|
||||||
maintainers = with lib.maintainers; [ patka ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user