summary refs log tree commit diff
path: root/pkgs/applications/virtualization/docker/proxy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/virtualization/docker/proxy.nix')
-rw-r--r--pkgs/applications/virtualization/docker/proxy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/virtualization/docker/proxy.nix b/pkgs/applications/virtualization/docker/proxy.nix
index 3b2e1f45ae6..dde0b481497 100644
--- a/pkgs/applications/virtualization/docker/proxy.nix
+++ b/pkgs/applications/virtualization/docker/proxy.nix
@@ -22,7 +22,7 @@ buildGoPackage rec {
   meta = with stdenv.lib; {
     description = "Docker proxy binary to forward traffic between host and containers";
     license = licenses.asl20;
-    homepage = https://github.com/docker/libnetwork;
+    homepage = "https://github.com/docker/libnetwork";
     maintainers = with maintainers; [vdemeester];
     platforms = platforms.linux;
   };