python3Packages.pystray: clarify GPL license

This commit is contained in:
Johannes Schleifenbaum 2021-04-21 08:51:16 +02:00
parent 9fab849fa8
commit 37c62a07d2
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/moses-palmer/pystray";
description = "This library allows you to create a system tray icon";
license = with licenses; [ gpl3Only lgpl3Only ];
license = with licenses; [ gpl3Plus lgpl3Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ jojosch ];
};