claws-mail: specify that gpl3 is gpl3Plus
This commit is contained in:
parent
e37e954d71
commit
c1180834cf
@ -173,7 +173,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "The user-friendly, lightweight, and fast email client";
|
description = "The user-friendly, lightweight, and fast email client";
|
||||||
homepage = "https://www.claws-mail.org/";
|
homepage = "https://www.claws-mail.org/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 ];
|
maintainers = with maintainers; [ fpletz globin orivej oxzi ajs124 ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user