From 4fe3556c48f684ed41d538058458ffb9ddbff68c Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 1 Nov 2022 11:48:20 +0100 Subject: [PATCH] python310Packages.ansible-compat: remove myself from maintainers --- 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 bd2e59d9b45a..d2363d3e14a7 100644 --- a/pkgs/development/python-modules/ansible-compat/default.nix +++ b/pkgs/development/python-modules/ansible-compat/default.nix @@ -61,6 +61,6 @@ buildPythonPackage rec { description = "A python package containing functions that help interacting with various versions of Ansible"; homepage = "https://github.com/ansible/ansible-compat"; license = licenses.mit; - maintainers = with maintainers; [ SuperSandro2000 ]; + maintainers = with maintainers; [ ]; }; }