gatsby-cli: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:24:56 -04:00
parent 4d1fd4a9e3
commit 07f20ffd0b
+1 -1
View File
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "The Gatsby command line interface";
homepage = "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli#readme";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "gatsby";
};
})