summary refs log tree commit diff
path: root/pkgs/applications/kde/kdepim-runtime/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kdepim-runtime/default.nix')
-rw-r--r--pkgs/applications/kde/kdepim-runtime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kdepim-runtime/default.nix b/pkgs/applications/kde/kdepim-runtime/default.nix
index 0cc78c69aec..b5158bfd154 100644
--- a/pkgs/applications/kde/kdepim-runtime/default.nix
+++ b/pkgs/applications/kde/kdepim-runtime/default.nix
@@ -12,7 +12,7 @@
 mkDerivation {
   pname = "kdepim-runtime";
   meta = {
-    license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
+    license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
     maintainers = kdepimTeam;
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ];