From 24bce68539b87f25309d78084f36da68f52233b9 Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 23 Mar 2026 15:30:36 -0400 Subject: [PATCH] python3Packages.azure-kusto-data: remove me from maintainers --- pkgs/development/python-modules/azure-kusto-data/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/azure-kusto-data/default.nix b/pkgs/development/python-modules/azure-kusto-data/default.nix index ca49b4406394..b4cb50b15dc3 100644 --- a/pkgs/development/python-modules/azure-kusto-data/default.nix +++ b/pkgs/development/python-modules/azure-kusto-data/default.nix @@ -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 = [ ]; }; }