lol

python310Packages.whitenoise: update homepage

authored by

Fabian Affolter and committed by
GitHub
040ed1e2 2976d9fb

+1 -1
+1 -1
pkgs/development/python-modules/whitenoise/default.nix
··· 57 57 58 58 meta = with lib; { 59 59 description = "Library to serve static file for WSGI applications"; 60 - homepage = "https://whitenoise.evans.io/"; 60 + homepage = "https://whitenoise.readthedocs.io/"; 61 61 changelog = "https://github.com/evansd/whitenoise/blob/${version}/docs/changelog.rst"; 62 62 license = licenses.mit; 63 63 maintainers = with maintainers; [ ];