Fix psutil (#861)

* Fix psutil, point to new maintained fork, original author credits remain, an explanation is also added, if original author ever comes back feel free to revert back.

* Sync with Master, Fix URL
This commit is contained in:
Juan Carlos 2018-09-22 06:40:59 -03:00 committed by Dominik Picheta
parent 815835514a
commit 203ce2f00e

View File

@ -5849,7 +5849,7 @@
},
{
"name": "psutil",
"url": "https://github.com/johnscillieri/psutil-nim",
"url": "https://github.com/juancarlospaco/psutil-nim",
"method": "git",
"tags": [
"psutil",
@ -5859,7 +5859,7 @@
"disk",
"cpu"
],
"description": "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network)",
"description": "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network). Since 2018 maintained by Juan Carlos because was abandoned.",
"license": "BSD",
"web": "https://github.com/johnscillieri/psutil-nim"
},