graphite-cli: remove diegs from maintainers

This commit is contained in:
Diego Pontoriero
2025-03-12 01:24:42 +05:30
committed by GitHub
parent 540a3d5768
commit e4ec0ce083
+1 -1
View File
@@ -44,6 +44,6 @@ buildNpmPackage rec {
homepage = "https://graphite.dev/docs/graphite-cli";
license = lib.licenses.unfree; # no license specified
mainProgram = "gt";
maintainers = with lib.maintainers; [ diegs ];
maintainers = with lib.maintainers; [ ];
};
}