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

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