Commit 04045cfc authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.psutil: add changelog to meta

parent e7b3a70a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };