From 6a4b5dcd05828d856836593d24ee2d7a4638a2f1 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 9 Dec 2025 15:45:19 +0100 Subject: [PATCH] ansible-compat: drop maintainership Removed maintainer from ansible-compat package. --- pkgs/development/python-modules/ansible-compat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ansible-compat/default.nix b/pkgs/development/python-modules/ansible-compat/default.nix index 5961055bf89f..de2a7f1f76f5 100644 --- a/pkgs/development/python-modules/ansible-compat/default.nix +++ b/pkgs/development/python-modules/ansible-compat/default.nix @@ -86,6 +86,6 @@ buildPythonPackage rec { homepage = "https://github.com/ansible/ansible-compat"; changelog = "https://github.com/ansible/ansible-compat/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ dawidd6 ]; + maintainers = [ ]; }; }