Merge pull request #120028 from jojosch/clarify-licenses

clarify GPL license of some of my packages
This commit is contained in:
Jörg Thalheim 2021-04-21 08:15:02 +01:00 committed by GitHub
commit 2a91855858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/jellyfin/jellyfin-media-player"; homepage = "https://github.com/jellyfin/jellyfin-media-player";
description = "Jellyfin Desktop Client based on Plex Media Player"; description = "Jellyfin Desktop Client based on Plex Media Player";
license = with licenses; [ gpl2Plus mit ]; license = with licenses; [ gpl2Only mit ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ jojosch ]; maintainers = with maintainers; [ jojosch ];
}; };

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/jellyfin/jellyfin-apiclient-python"; homepage = "https://github.com/jellyfin/jellyfin-apiclient-python";
description = "Python API client for Jellyfin"; description = "Python API client for Jellyfin";
license = licenses.gpl3; license = licenses.gpl3Only;
maintainers = with maintainers; [ jojosch ]; maintainers = with maintainers; [ jojosch ];
}; };
} }

View File

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