Skip to content

Commit 6ccbc4d

Browse files
committed
Switch from @QuentinPerez to @scaleway
1 parent 4814582 commit 6ccbc4d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/QuentinPerez/docker-machine-driver-scaleway/master/misc/logo_readme.png" width="800"/>
2+
<img src="https://raw.githubusercontent.com/scaleway/docker-machine-driver-scaleway/master/misc/logo_readme.png" width="800"/>
33
</p>
44

55
## Overview
@@ -10,7 +10,7 @@ A 3rd-party driver plugin for Docker machine to manage your containers on the se
1010

1111
```
1212
# install docker-machine-driver-scaleway in your $GOPATH/bin
13-
$> go install github.com/QuentinPerez/docker-machine-driver-scaleway
13+
$> go install github.com/scaleway/docker-machine-driver-scaleway
1414
```
1515

1616
## Usage
@@ -139,8 +139,8 @@ Feel free to contribute :smiley::beers:
139139
- **Scaleway github**: https://github.com/scaleway
140140
- **Scaleway github-community**: https://github.com/scaleway-community
141141
- **Docker Machine**: https://docs.docker.com/machine/
142-
- **Report bugs**: https://github.com/QuentinPerez/docker-machine-driver-scaleway/issues
142+
- **Report bugs**: https://github.com/scaleway/docker-machine-driver-scaleway/issues
143143

144144
## License
145145

146-
[MIT](https://github.com/QuentinPerez/docker-machine-driver-scaleway/blob/master/LICENSE)
146+
[MIT](https://github.com/scaleway/docker-machine-driver-scaleway/blob/master/LICENSE)

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package main
22

33
import (
4-
"github.com/QuentinPerez/docker-machine-driver-scaleway/driver"
54
"github.com/docker/machine/libmachine/drivers/plugin"
5+
"github.com/scaleway/docker-machine-driver-scaleway/driver"
66
)
77

88
func main() {

0 commit comments

Comments
 (0)