docker-machine-xhyve: update repository location
The zchee repository now redirects to machine-drivers.
This commit is contained in:
parent
7ca8fee383
commit
5c01936d7d
@ -9,7 +9,7 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "zchee";
|
owner = "machine-drivers";
|
||||||
repo = "docker-machine-driver-xhyve";
|
repo = "docker-machine-driver-xhyve";
|
||||||
sha256 = "0rj6pyqp4yv4j28bglqjs95rip5i77vv8mrkmqv1rxrsl3i8aqqy";
|
sha256 = "0rj6pyqp4yv4j28bglqjs95rip5i77vv8mrkmqv1rxrsl3i8aqqy";
|
||||||
};
|
};
|
||||||
@ -18,7 +18,7 @@ buildGoPackage rec {
|
|||||||
buildInputs = [ Hypervisor vmnet ];
|
buildInputs = [ Hypervisor vmnet ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/zchee/docker-machine-driver-xhyve;
|
homepage = https://github.com/machine-drivers/docker-machine-driver-xhyve;
|
||||||
description = "Xhyve driver for docker-machine.";
|
description = "Xhyve driver for docker-machine.";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ periklis ];
|
maintainers = with maintainers; [ periklis ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user