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

python310Packages.connexion: add changelog to meta

parent d5c988fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Swagger/OpenAPI First framework on top of Flask";
    homepage = "https://github.com/spec-first/connexion";
    changelog = "https://github.com/spec-first/connexion/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ elohmeier ];
  };