Commit 720980d3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pbnub: add changelog to meta

parent 3265a24b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };