From c1180834cf5a9cd8b73fcf58a4efc81661620c76 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Tue, 2 Mar 2021 18:14:46 +0000 Subject: [PATCH] claws-mail: specify that gpl3 is gpl3Plus --- pkgs/applications/networking/mailreaders/claws-mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix index 6dc4ebea679..4a13cf68a88 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 ]; };