python311Packages.execnet: adopt

This commit is contained in:
seth
2024-06-11 19:58:34 -04:00
parent 1a60294334
commit 7cf9e13d0f
@@ -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 ];
};
}