about summary refs log tree commit diff
path: root/pkgs/applications/kde/krfb.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-27 22:47:29 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-27 22:47:29 +0200
commit06d0490ab3f6b7e65b30916ffc394ebd07215fbb (patch)
treee4e94473c9d82a26f8f3c860f13d29d6a3a77ab1 /pkgs/applications/kde/krfb.nix
parent84d67f05746038382426c3d72ebb7daf3fab1557 (diff)
licenses: remove fdl12
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 807b3508b95ab..8262febad7afb 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 ];