python3Packages.pystray: clarify GPL license
This commit is contained in:
parent
9fab849fa8
commit
37c62a07d2
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/moses-palmer/pystray";
|
homepage = "https://github.com/moses-palmer/pystray";
|
||||||
description = "This library allows you to create a system tray icon";
|
description = "This library allows you to create a system tray icon";
|
||||||
license = with licenses; [ gpl3Only lgpl3Only ];
|
license = with licenses; [ gpl3Plus lgpl3Plus ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ jojosch ];
|
maintainers = with maintainers; [ jojosch ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user