diff --git a/pkgs/development/python-modules/whitenoise/default.nix b/pkgs/development/python-modules/whitenoise/default.nix index 1ed3cdd7f1aa..13168c3757eb 100644 --- a/pkgs/development/python-modules/whitenoise/default.nix +++ b/pkgs/development/python-modules/whitenoise/default.nix @@ -57,7 +57,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to serve static file for WSGI applications"; - homepage = "https://whitenoise.evans.io/"; + homepage = "https://whitenoise.readthedocs.io/"; changelog = "https://github.com/evansd/whitenoise/blob/${version}/docs/changelog.rst"; license = licenses.mit; maintainers = with maintainers; [ ];