From 7517e443c72539cfe4dad30daf9f6cd262845c6e Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 24 Nov 2022 23:27:34 +0100 Subject: [PATCH] python3Packages.xmldiff: Add meta.changelog --- pkgs/development/python-modules/xmldiff/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/xmldiff/default.nix b/pkgs/development/python-modules/xmldiff/default.nix index 1dfb09147589..5d9120872242 100644 --- a/pkgs/development/python-modules/xmldiff/default.nix +++ b/pkgs/development/python-modules/xmldiff/default.nix @@ -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 ]; };