Skip to content

Commit c89426d

Browse files
committed
nest-cli: add phanirithvij as maintainer
Signed-off-by: phanirithvij <[email protected]>
1 parent 8867af5 commit c89426d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/ne/nest-cli/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ buildNpmPackage rec {
3333
license = lib.licenses.mit;
3434
changelog = "https://github.com/nestjs/nest-cli/releases/tag/${version}";
3535
mainProgram = "nest";
36-
maintainers = [ maintainers.ehllie ];
36+
maintainers = with lib.maintainers; [
37+
ehllie
38+
phanirithvij
39+
];
3740
};
3841
}

0 commit comments

Comments
 (0)