Skip to content

Commit

Permalink
Migrate repo to OpenNebula account
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Melis committed Feb 19, 2016
1 parent 86b73ac commit 7abc4b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion 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() {
Expand Down

0 comments on commit 7abc4b7

Please sign in to comment.