Skip to content

Commit e4dbabf

Browse files
authored
Merge pull request #288697 from diegs/add-diegs-graphite-cli-maintainer
maintainers: add diegs to graphite-cli
2 parents dde6e64 + 022f67c commit e4dbabf

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4782,6 +4782,12 @@
47824782
githubId = 8404455;
47834783
name = "Diego Lelis";
47844784
};
4785+
diegs = {
4786+
email = "dpontor@gmail.com";
4787+
github = "diegs";
4788+
githubId = 74719;
4789+
name = "Diego Pontoriero";
4790+
};
47854791
DieracDelta = {
47864792
email = "justin@restivo.me";
47874793
github = "DieracDelta";

pkgs/by-name/gr/graphite-cli/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ buildNpmPackage rec {
4242
homepage = "https://graphite.dev/docs/graphite-cli";
4343
license = lib.licenses.unfree; # no license specified
4444
mainProgram = "gt";
45-
maintainers = with lib.maintainers; [ ];
45+
maintainers = with lib.maintainers; [ diegs ];
4646
};
4747
}

0 commit comments

Comments
 (0)