We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dde6e64 + 022f67c commit e4dbabfCopy full SHA for e4dbabf
2 files changed
maintainers/maintainer-list.nix
@@ -4782,6 +4782,12 @@
4782
githubId = 8404455;
4783
name = "Diego Lelis";
4784
};
4785
+ diegs = {
4786
+ email = "dpontor@gmail.com";
4787
+ github = "diegs";
4788
+ githubId = 74719;
4789
+ name = "Diego Pontoriero";
4790
+ };
4791
DieracDelta = {
4792
email = "justin@restivo.me";
4793
github = "DieracDelta";
pkgs/by-name/gr/graphite-cli/package.nix
@@ -42,6 +42,6 @@ buildNpmPackage rec {
42
homepage = "https://graphite.dev/docs/graphite-cli";
43
license = lib.licenses.unfree; # no license specified
44
mainProgram = "gt";
45
- maintainers = with lib.maintainers; [ ];
+ maintainers = with lib.maintainers; [ diegs ];
46
47
}
0 commit comments