Unverified Commit 09722145 authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

psysh: add piotrkwiecinski as maintainer

parent aae6550e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/";
  };