summary refs log tree commit diff
path: root/pkgs/tools/X11/x11vnc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/x11vnc/default.nix')
-rw-r--r--pkgs/tools/X11/x11vnc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/x11vnc/default.nix b/pkgs/tools/X11/x11vnc/default.nix
index acf0fc9aabf..2f7b0d7697e 100644
--- a/pkgs/tools/X11/x11vnc/default.nix
+++ b/pkgs/tools/X11/x11vnc/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A VNC server connected to a real X11 screen";
-    homepage = https://github.com/LibVNC/x11vnc/;
+    homepage = "https://github.com/LibVNC/x11vnc/";
     platforms = platforms.linux;
     license = licenses.gpl2;
     maintainers = with maintainers; [ OPNA2608 ];