diff --git a/pkgs/development/python-modules/execnet/default.nix b/pkgs/development/python-modules/execnet/default.nix index 5677c8002b3c..f13292a16037 100644 --- a/pkgs/development/python-modules/execnet/default.nix +++ b/pkgs/development/python-modules/execnet/default.nix @@ -62,6 +62,6 @@ buildPythonPackage rec { description = "Distributed Python deployment and communication"; homepage = "https://execnet.readthedocs.io/"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ getchoo ]; }; }