python310Packages.dict2xml: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-24 09:04:28 +01:00
parent f03c72db1f
commit c3c60df81a
@@ -23,6 +23,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to convert a Python dictionary into an XML string";
homepage = "https://github.com/delfick/python-dict2xml";
changelog = "https://github.com/delfick/python-dict2xml/releases/tag/release-${version}";
license = licenses.mit;
maintainers = with maintainers; [ johnazoidberg ];
};