python3Packages.xmldiff: Add meta.changelog
This commit is contained in:
parent
ab00a49322
commit
7517e443c7
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue