From 7cf9e13d0fe0fcacbfb3fab5082cffafbadbbdf6 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 11 Jun 2024 19:58:34 -0400 Subject: [PATCH] python311Packages.execnet: adopt --- pkgs/development/python-modules/execnet/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }