mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
graphite-cli: add diegs as a maintainer
This commit is contained in:
parent
d9414a70d8
commit
022f67c44b
@ -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