summary refs log tree commit diff
path: root/pkgs/applications/kde/kleopatra.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kleopatra.nix')
-rw-r--r--pkgs/applications/kde/kleopatra.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kleopatra.nix b/pkgs/applications/kde/kleopatra.nix
index b3444e97532..a02e7b08aa6 100644
--- a/pkgs/applications/kde/kleopatra.nix
+++ b/pkgs/applications/kde/kleopatra.nix
@@ -18,7 +18,7 @@ mkDerivation {
   meta = {
     homepage = "https://apps.kde.org/kleopatra/";
     description = "Certificate manager and unified crypto GUI";
-    license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
+    license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
     maintainers = kdepimTeam;
   };
 }