summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders/pan
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-27 22:45:22 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-27 22:45:22 +0200
commit84d67f05746038382426c3d72ebb7daf3fab1557 (patch)
tree8b27c3090331ed917cce978af32569929ccbcde0 /pkgs/applications/networking/newsreaders/pan
parent948fd41c777c6c9eb061773ef9c394ee4d43546d (diff)
licenses: remove fdl11
Diffstat (limited to 'pkgs/applications/networking/newsreaders/pan')
-rw-r--r--pkgs/applications/networking/newsreaders/pan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix
index b6afe0aa44e00..854f1c3484ec0 100644
--- a/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
     homepage = "http://pan.rebelbase.com/";
     maintainers = [ maintainers.eelco ];
     platforms = platforms.linux;
-    license = with licenses; [ gpl2Only fdl11 ];
+    license = with licenses; [ gpl2Only fdl11Only ];
   };
 }