diff --git a/pkgs/development/tools/pnpm/generic.nix b/pkgs/development/tools/pnpm/generic.nix index 7050df448970..e3a0055ec318 100644 --- a/pkgs/development/tools/pnpm/generic.nix +++ b/pkgs/development/tools/pnpm/generic.nix @@ -73,7 +73,7 @@ homepage = "https://pnpm.io/"; changelog = "https://github.com/pnpm/pnpm/releases/tag/v${finalAttrs.version}"; license = licenses.mit; - maintainers = with maintainers; [ Scrumplex ]; + maintainers = with maintainers; [ Scrumplex gepbird ]; platforms = platforms.all; mainProgram = "pnpm"; };