From f76121ffe4ffbc77ef7e2dfcab1f3adc707f2e0b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 26 Jun 2023 08:37:55 +0200 Subject: [PATCH] python310Packages.mt-940: add changelog to meta --- pkgs/development/python-modules/mt-940/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mt-940/default.nix b/pkgs/development/python-modules/mt-940/default.nix index 06a7430e662a..938f2d85e525 100644 --- a/pkgs/development/python-modules/mt-940/default.nix +++ b/pkgs/development/python-modules/mt-940/default.nix @@ -24,8 +24,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "mt940" ]; meta = with lib; { - description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation"; + description = "Module to parse MT940 files and returns smart Python collections for statistics and manipulation"; homepage = "https://github.com/WoLpH/mt940"; + changelog = "https://github.com/wolph/mt940/releases/tag/v${version}"; license = licenses.bsd3; }; }