python310Packages.sqlalchemy-mixins: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-04-11 09:24:28 +02:00
committed by GitHub
parent 905beed801
commit 580b00a32f
@@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python mixins for SQLAlchemy ORM";
homepage = "https://github.com/absent1706/sqlalchemy-mixins";
changelog = "https://github.com/absent1706/sqlalchemy-mixins/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};