graphite-cli: add diegs as a maintainer

This commit is contained in:
Diego Pontoriero 2024-02-14 10:28:27 -08:00
parent d9414a70d8
commit 022f67c44b
No known key found for this signature in database

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