python310Packages.sqlalchemy-jsonfield: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-22 21:26:04 +01:00 committed by GitHub
parent df3b023923
commit 539d3ddc15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,8 +49,9 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://github.com/penguinolog/sqlalchemy_jsonfield";
description = "SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support";
homepage = "https://github.com/penguinolog/sqlalchemy_jsonfield";
changelog = "https://github.com/penguinolog/sqlalchemy_jsonfield/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ivan-tkatchev ];
};