diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-09-22 06:40:59 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-22 10:40:59 +0100 |
| commit | 203ce2f00e5f414ec51872ea80e7379f9c690414 (patch) | |
| tree | 8d7b406e308b8de12a22beec1ba2c013843b9fda | |
| parent | 815835514ab82779dba45691dfeb9850072cb734 (diff) | |
| download | packages-203ce2f00e5f414ec51872ea80e7379f9c690414.tar.gz packages-203ce2f00e5f414ec51872ea80e7379f9c690414.zip | |
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
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index 1500d82..183c9f4 100644 --- a/packages.json +++ b/packages.json @@ -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" }, |
