cspell: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:23:49 -04:00
parent 00f44c0c2b
commit 0a10ab034a
+1 -1
View File
@@ -93,6 +93,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/streetsidesoftware/cspell/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
mainProgram = "cspell";
maintainers = [ lib.maintainers.pyrox0 ];
maintainers = [ ];
};
})