Unverified Commit a285f491 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.flask-httpauth: add changelog to meta

parent a18cff22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Extension that provides HTTP authentication for Flask routes";
    homepage = "https://github.com/miguelgrinberg/Flask-HTTPAuth";
    changelog = "https://github.com/miguelgrinberg/Flask-HTTPAuth/blob/v${version}/CHANGES.md";
    license = licenses.mit;
    maintainers = with maintainers; [ oxzi ];
  };