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

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