python310Packages.connexion: add changelog to meta
This commit is contained in:
parent
d5c988fe01
commit
d7d5ac7454
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue