diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 39c9cd4..68cfd18 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,5 +1,5 @@ { - "ImportPath": "github.com/km4rcus/docker-machine-opennebula", + "ImportPath": "github.com/OpenNebula/docker-machine-opennebula", "GoVersion": "go1.4.2", "Deps": [ { diff --git a/README.md b/README.md index 85e29fb..ea33c52 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Make sure [Go](http://www.golang.org) and [Godep](https://github.com/tools/godep To build the plugin binary: ```bash -$ go get github.com/km4rcus/docker-machine-opennebula -$ cd $GOPATH/src/github.com/km4rcus/docker-machine-opennebula +$ go get github.com/OpenNebula/docker-machine-opennebula +$ cd $GOPATH/src/github.com/OpenNebula/docker-machine-opennebula $ make build ``` diff --git a/bin/main.go b/bin/main.go index e25d6a1..7567ac7 100644 --- a/bin/main.go +++ b/bin/main.go @@ -1,8 +1,8 @@ package main import ( + "github.com/OpenNebula/docker-machine-opennebula" "github.com/docker/machine/libmachine/drivers/plugin" - "github.com/km4rcus/docker-machine-opennebula" ) func main() {