summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/docker-machine/xhyve.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/cluster/docker-machine/xhyve.nix')
-rw-r--r--pkgs/applications/networking/cluster/docker-machine/xhyve.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/docker-machine/xhyve.nix b/pkgs/applications/networking/cluster/docker-machine/xhyve.nix
index 1f1e59a56a4..8c63a70b6d6 100644
--- a/pkgs/applications/networking/cluster/docker-machine/xhyve.nix
+++ b/pkgs/applications/networking/cluster/docker-machine/xhyve.nix
@@ -30,7 +30,7 @@ buildGoPackage rec {
   buildInputs = [ Hypervisor vmnet ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/machine-drivers/docker-machine-driver-xhyve;
+    homepage = "https://github.com/machine-drivers/docker-machine-driver-xhyve";
     description = "Xhyve driver for docker-machine.";
     license = licenses.bsd3;
     maintainers = with maintainers; [ periklis ];