summary refs log tree commit diff
path: root/pkgs/applications/kde/krfb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/krfb.nix')
-rw-r--r--pkgs/applications/kde/krfb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/krfb.nix b/pkgs/applications/kde/krfb.nix
index 807b3508b95..8262febad7a 100644
--- a/pkgs/applications/kde/krfb.nix
+++ b/pkgs/applications/kde/krfb.nix
@@ -11,7 +11,7 @@ mkDerivation {
   meta = {
     homepage = "https://apps.kde.org/krfb/";
     description = "Desktop sharing (VNC)";
-    license = with lib.licenses; [ gpl2 fdl12 ];
+    license = with lib.licenses; [ gpl2Plus fdl12Plus ];
     maintainers = with lib.maintainers; [ jerith666 ];
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];