claws-mail: specify that gpl3 is gpl3Plus

This commit is contained in:
Orivej Desh 2021-03-02 18:14:46 +00:00
parent e37e954d71
commit c1180834cf

View File

@ -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 ];
};