about 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 8c48951b2d42a..b07f9d4518ffd 100644
--- a/pkgs/tools/X11/x11vnc/default.nix
+++ b/pkgs/tools/X11/x11vnc/default.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
     description = "A VNC server connected to a real X11 screen";
     homepage = "https://github.com/LibVNC/x11vnc/";
     platforms = platforms.linux;
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     maintainers = with maintainers; [ OPNA2608 ];
     mainProgram = "x11vnc";
   };