Commit 5bf951f9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.flask-autoindex: update homepage and add changelog

parent 1f5555d0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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/";
  };
}