svelte-check: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:28:07 -04:00
parent 1c55d1a308
commit 415f75f823
+1 -1
View File
@@ -78,6 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/sveltejs/language-tools";
license = lib.licenses.mit;
mainProgram = "svelte-check";
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})