python311Packages.bindep: remove melkor333 from maintainers

This commit is contained in:
Anthony ROUSSEL
2024-09-09 18:55:51 +02:00
parent f448b0ef13
commit 52d83592fd
@@ -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;
};
}