about summary refs log tree commit diff
path: root/pkgs/tools/text/popfile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/popfile/default.nix')
-rw-r--r--pkgs/tools/text/popfile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/popfile/default.nix b/pkgs/tools/text/popfile/default.nix
index 7dec478a63423..2ab51fa24a308 100644
--- a/pkgs/tools/text/popfile/default.nix
+++ b/pkgs/tools/text/popfile/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "An email classification system that automatically sorts messages and fights spam";
     homepage = "https://getpopfile.org/";
-    license = lib.licenses.gpl2;
+    license = lib.licenses.gpl2Only;
 
     # Should work on macOS, but havent tested it.
     # Windows support is more complicated.