mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nest-cli: add phanirithvij as maintainer
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
8867af5e96
commit
c89426d9f5
1 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,9 @@ buildNpmPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
changelog = "https://github.com/nestjs/nest-cli/releases/tag/${version}";
|
||||
mainProgram = "nest";
|
||||
maintainers = [ maintainers.ehllie ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ehllie
|
||||
phanirithvij
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue