about summary refs log tree commit diff
path: root/pkgs/applications/video
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/video
parent84d67f05746038382426c3d72ebb7daf3fab1557 (diff)
licenses: remove fdl12
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/kmplayer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/kmplayer/default.nix b/pkgs/applications/video/kmplayer/default.nix
index 274ff7cdeab79..986faceb82d01 100644
--- a/pkgs/applications/video/kmplayer/default.nix
+++ b/pkgs/applications/video/kmplayer/default.nix
@@ -41,7 +41,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "MPlayer front-end for KDE";
-    license = with licenses; [ gpl2 lgpl2 fdl12 ];
+    license = with licenses; [ gpl2Plus lgpl2Plus fdl12Plus ];
     homepage = "https://kmplayer.kde.org/";
     maintainers = with maintainers; [ sander zraexy ];
   };