jellyfin-media-player: clarify GPL license

This commit is contained in:
Johannes Schleifenbaum 2021-04-21 08:50:05 +02:00
parent 8ddbcd14ef
commit 433e28d7c8
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -103,7 +103,7 @@ mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/jellyfin/jellyfin-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" ];
maintainers = with maintainers; [ jojosch ];
};