From 203ce2f00e5f414ec51872ea80e7379f9c690414 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 22 Sep 2018 06:40:59 -0300 Subject: [PATCH] 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 --- packages.json | 4 ++-- 1 file 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" },