mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 14:43:06 +00:00
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
@ -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…
x
Reference in New Issue
Block a user