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 ]; };