Merge pull request #288697 from diegs/add-diegs-graphite-cli-maintainer

maintainers: add diegs to graphite-cli
This commit is contained in:
Robert Schütz 2024-02-15 03:36:57 +00:00 committed by GitHub
commit e4dbabf854
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

@ -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 ];
};
}