python3Packages.xmldiff: Add meta.changelog

This commit is contained in:
Stefan Frijters 2022-11-24 23:27:34 +01:00
parent ab00a49322
commit 7517e443c7
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -21,8 +21,9 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
meta = with lib; {
homepage = "https://github.com/Shoobx/xmldiff";
description = "Creates diffs of XML files";
homepage = "https://github.com/Shoobx/xmldiff";
changelog = "https://github.com/Shoobx/xmldiff/blob/master/CHANGES.rst";
license = licenses.mit;
maintainers = with maintainers; [ sfrijters ];
};