about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-09 22:31:50 +0100
committerGitHub <noreply@github.com>2022-11-09 22:31:50 +0100
commitd9c3f3c0dcf1eae056ba201a74a3f09c29ba7ff3 (patch)
tree3972ea875e1c38a12d3dabbe79363e8a22328662 /pkgs/applications/networking/newsreaders
parent471b34c39fb5e828b529a53f3a1a54284e18fc81 (diff)
parent79f517445587287d330355a6047a7a9883ffc5e5 (diff)
Merge pull request #196007 from wegank/fdl11-remove
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-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 ];
   };
 }