psysh: add piotrkwiecinski as maintainer

This commit is contained in:
Piotr Kwiecinski
2026-02-08 13:16:06 +01:00
parent aae6550eba
commit 0972214554
+1
View File
@@ -46,6 +46,7 @@ php.buildComposerProject2 (finalAttrs: {
changelog = "https://github.com/bobthecow/psysh/releases/tag/v${finalAttrs.version}";
description = "PsySH is a runtime developer console, interactive debugger and REPL for PHP";
mainProgram = "psysh";
maintainers = [ lib.maintainers.piotrkwiecinski ];
license = lib.licenses.mit;
homepage = "https://psysh.org/";
};