python310Packages.flask-autoindex: update homepage and add changelog

This commit is contained in:
Fabian Affolter
2023-02-24 11:43:07 +01:00
parent 1f5555d0c4
commit 5bf951f9f8
@@ -36,8 +36,9 @@ buildPythonPackage rec {
Flask-AutoIndex generates an index page for your Flask application automatically.
The result is just like mod_autoindex, but the look is more awesome!
'';
homepage = "https://flask-autoindex.readthedocs.io/";
changelog = "https://github.com/general03/flask-autoindex/blob/v${version}/CHANGELOG.md";
license = licenses.bsd2;
maintainers = teams.sage.members;
homepage = "https://pythonhosted.org/Flask-AutoIndex/";
};
}