diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index 37cc248a20a..9cd1e9c37a1 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/pkgs/development/python-modules/notebook/default.nix @@ -91,7 +91,7 @@ buildPythonPackage rec { meta = { description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing"; - homepage = "https://jupyter.org/"; + homepage = "https://github.com/jupyter/notebook"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh ]; mainProgram = "jupyter-notebook";