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:
parent
815835514a
commit
203ce2f00e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue