From 1e93269065a93dea617e50599735faaf4af3108d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 4 Feb 2018 20:56:08 +0000 Subject: fix github uri --- process/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process/process.go') diff --git a/process/process.go b/process/process.go index 7c63d37..fb9aae7 100644 --- a/process/process.go +++ b/process/process.go @@ -2,7 +2,7 @@ package process import ( "fmt" - "github.com/buetow/gotop/utils" + "github.com/snonux/gotop/utils" "io/ioutil" "log" "regexp" -- cgit v1.2.3