python310Packages.flask-appbuilder: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-20 10:16:43 +01:00
parent 8187b26b7b
commit 4ec20c70d8

View File

@ -94,6 +94,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Application development framework, built on top of Flask";
homepage = "https://github.com/dpgaspar/flask-appbuilder/";
changelog = "https://github.com/dpgaspar/Flask-AppBuilder/blob/v${version}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
};