python310Packages.psutil: add changelog to meta

This commit is contained in:
Mario Rodas 2023-04-30 04:20:00 +02:00
parent e7b3a70ae4
commit 04045cfccd

View file

@ -66,6 +66,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Process and system utilization information interface";
homepage = "https://github.com/giampaolo/psutil";
changelog = "https://github.com/giampaolo/psutil/blob/release-${version}/HISTORY.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ];
};