python310Packages.jsons: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-21 13:22:02 +01:00
parent 486df41453
commit 60ba095d7b
@@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Turn Python objects into dicts or json strings and back";
homepage = "https://github.com/ramonhagenaars/jsons";
changelog = "https://github.com/ramonhagenaars/jsons/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fmoda3 ];
};