From 1085127c339a9f829a7b1c40d534ae43f367556e Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 25 Oct 2022 15:49:15 +0200 Subject: [PATCH] ansible-lint: remove myself from maintainers --- pkgs/development/python-modules/ansible-lint/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ansible-lint/default.nix b/pkgs/development/python-modules/ansible-lint/default.nix index a2f58dba048c..95d56af4e80d 100644 --- a/pkgs/development/python-modules/ansible-lint/default.nix +++ b/pkgs/development/python-modules/ansible-lint/default.nix @@ -101,6 +101,6 @@ buildPythonPackage rec { homepage = "https://github.com/ansible/ansible-lint"; description = "Best practices checker for Ansible"; license = licenses.mit; - maintainers = with maintainers; [ sengaya SuperSandro2000 ]; + maintainers = with maintainers; [ sengaya ]; }; }