about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2021-03-02 18:14:46 +0000
committerOrivej Desh <orivej@gmx.fr>2021-03-02 18:26:47 +0000
commitc1180834cf5a9cd8b73fcf58a4efc81661620c76 (patch)
tree193174b1435d71bcbedcae4fa5490d7740bb30f0 /pkgs/applications/networking/mailreaders
parente37e954d71350c1356ce381abcc7861391ff342b (diff)
claws-mail: specify that gpl3 is gpl3Plus
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/claws-mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
index 6dc4ebea6792c..4a13cf68a8829 100644
--- a/pkgs/applications/networking/mailreaders/claws-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
@@ -173,7 +173,7 @@ in stdenv.mkDerivation rec {
   meta = {
     description = "The user-friendly, lightweight, and fast email client";
     homepage = "https://www.claws-mail.org/";
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 ];
   };