Merge pull request #288697 from diegs/add-diegs-graphite-cli-maintainer
maintainers: add diegs to graphite-cli
This commit is contained in:
commit
e4dbabf854
2 changed files with 7 additions and 1 deletions
|
@ -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 a new issue