diff --git a/pkgs/development/python-modules/bindep/default.nix b/pkgs/development/python-modules/bindep/default.nix index 6d8c2d0a5a22..3927c841b6e3 100644 --- a/pkgs/development/python-modules/bindep/default.nix +++ b/pkgs/development/python-modules/bindep/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { description = "Bindep is a tool for checking the presence of binary packages needed to use an application / library"; homepage = "https://docs.opendev.org/opendev/bindep/latest/"; license = licenses.asl20; - maintainers = teams.openstack.members ++ (with maintainers; [ melkor333 ]); + maintainers = teams.openstack.members; }; }