python310Packages.python-fsutil: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-10 11:44:33 +01:00
parent f8fc2323e9
commit bc3892758b
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module with file-system utilities";
homepage = "https://github.com/fabiocaccamo/python-fsutil";
changelog = "https://github.com/fabiocaccamo/python-fsutil/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};