mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
Merge pull request #288697 from diegs/add-diegs-graphite-cli-maintainer
maintainers: add diegs to graphite-cli
This commit is contained in:
commit
e4dbabf854
@ -4782,6 +4782,12 @@
|
||||
githubId = 8404455;
|
||||
name = "Diego Lelis";
|
||||
};
|
||||
diegs = {
|
||||
email = "dpontor@gmail.com";
|
||||
github = "diegs";
|
||||
githubId = 74719;
|
||||
name = "Diego Pontoriero";
|
||||
};
|
||||
DieracDelta = {
|
||||
email = "justin@restivo.me";
|
||||
github = "DieracDelta";
|
||||
|
@ -42,6 +42,6 @@ buildNpmPackage rec {
|
||||
homepage = "https://graphite.dev/docs/graphite-cli";
|
||||
license = lib.licenses.unfree; # no license specified
|
||||
mainProgram = "gt";
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
maintainers = with lib.maintainers; [ diegs ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user