about summary refs log tree commit diff
path: root/pkgs/applications/kde/kqtquickcharts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kqtquickcharts.nix')
-rw-r--r--pkgs/applications/kde/kqtquickcharts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kqtquickcharts.nix b/pkgs/applications/kde/kqtquickcharts.nix
index 669a38e37ca63..0560fc9da01df 100644
--- a/pkgs/applications/kde/kqtquickcharts.nix
+++ b/pkgs/applications/kde/kqtquickcharts.nix
@@ -7,7 +7,7 @@
 mkDerivation {
   pname = "kqtquickcharts";
   meta = {
-    license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
+    license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
     maintainers = [ lib.maintainers.ttuegel ];
   };
   nativeBuildInputs = [ extra-cmake-modules ];