Loading pkgs/development/python-modules/psutil/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/psutil/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading