python3Packages.jellyfin-apiclient-python: clarify GPL license
This commit is contained in:
parent
433e28d7c8
commit
9fab849fa8
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user