diff --git a/main.go b/main.go
index 9284ca185803c449cbacafd3c11fa0ff84ce94fc..2ce6712d345ee928a5a62a1eff1015d1cef9e159 100644
--- a/main.go
+++ b/main.go
@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"os"
 
-	"github.com/anguslees/kubecfg/cmd"
+	"github.com/bitnami/kubecfg/cmd"
 )
 
 // Version is overridden using `-X main.version` during release builds
diff --git a/vendor/vendor.json b/vendor/vendor.json
index 3bb0a498fdc6215505ddb5f2404a8b557b6209cf..a1a91ddb94c100eefab454a49d458d94ab8b3fb8 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -33,5 +33,5 @@
 			"revisionTime": "2017-04-18T07:42:43Z"
 		}
 	],
-	"rootPath": "github.com/anguslees/kubecfg"
+	"rootPath": "github.com/bitnami/kubecfg"
 }