about summary refs log tree commit diff
path: root/pkgs/applications/kde/kmplot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kmplot.nix')
-rw-r--r--pkgs/applications/kde/kmplot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kmplot.nix b/pkgs/applications/kde/kmplot.nix
index a6784982580f0..9f1ab4d281190 100644
--- a/pkgs/applications/kde/kmplot.nix
+++ b/pkgs/applications/kde/kmplot.nix
@@ -7,7 +7,7 @@ mkDerivation {
   meta = {
     homepage = "https://apps.kde.org/kmplot/";
     description = "Mathematical function plotter";
-    license = with lib.licenses; [ gpl2Plus fdl12 ];
+    license = with lib.licenses; [ gpl2Plus fdl12Plus ];
     maintainers = [ lib.maintainers.orivej ];
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];