From 80297bc1fec06720f91f653128a23e6554c974b8 Mon Sep 17 00:00:00 2001 From: martin61 Date: Sun, 24 Jan 2016 12:45:59 +0100 Subject: [PATCH] Update main.go martin61 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 54907b0..148d28a 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,7 @@ import ( "os" "runtime" - "github.com/MDrollette/i2p-tools/cmd" + "github.com/martin61/i2p-tools/cmd" "github.com/codegangsta/cli" )