Merge pull request #332328 from fabaff/pubnub-license

python312Packages.pubnub: update license
This commit is contained in:
Fabian Affolter 2024-08-08 12:42:19 +02:00 committed by GitHub
commit afe335469a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,9 @@ buildPythonPackage rec {
description = "Python-based APIs for PubNub";
homepage = "https://github.com/pubnub/python";
changelog = "https://github.com/pubnub/python/releases/tag/v${version}";
license = with licenses; [ mit ];
# PubNub Software Development Kit License Agreement
# https://github.com/pubnub/python/blob/master/LICENSE
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ fab ];
};
}