python3Packages.azure-kusto-data: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:30:36 -04:00
parent ee3432dcfe
commit 24bce68539
@@ -78,6 +78,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-kusto-python/tree/master/azure-kusto-data";
changelog = "https://github.com/Azure/azure-kusto-python/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}