sql-formatter: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:28:00 -04:00
parent 98817efce4
commit 1c55d1a308
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://sql-formatter-org.github.io/sql-formatter";
license = lib.licenses.mit;
mainProgram = "sql-formatter";
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})