python310Packages.mt-940: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-06-26 08:37:55 +02:00
committed by GitHub
parent 8396ec6f6d
commit f76121ffe4
@@ -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;
};
}