mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python310Packages.sqlalchemy-jsonfield: add changelog to meta
This commit is contained in:
parent
df3b023923
commit
539d3ddc15
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user