From ad29cf7d850ce80b99dcdec76a3d7a9adbe449ee Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 4 May 2023 17:22:39 +0300 Subject: [PATCH] python311Packages.pynisher: update homepage --- pkgs/development/python-modules/pynisher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pynisher/default.nix b/pkgs/development/python-modules/pynisher/default.nix index 8dc5d1eaa9f6..64fb8013726f 100644 --- a/pkgs/development/python-modules/pynisher/default.nix +++ b/pkgs/development/python-modules/pynisher/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module intended to limit a functions resources"; - homepage = "https://github.com/sfalkner/pynisher"; + homepage = "https://github.com/automl/pynisher"; license = licenses.mit; maintainers = with maintainers; [ psyanticy ]; };