python310Packages.pbnub: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-25 09:20:50 +01:00
parent 3265a24b79
commit 720980d334
@@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python-based APIs for PubNub";
homepage = "https://github.com/pubnub/python";
changelog = "https://github.com/pubnub/python/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};