python3Packages.jellyfin-apiclient-python: clarify GPL license

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

View file

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