From 720980d334e93889956ededa053c6c2477211b0d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 25 Nov 2022 09:20:50 +0100 Subject: [PATCH] python310Packages.pbnub: add changelog to meta --- pkgs/development/python-modules/pubnub/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pubnub/default.nix b/pkgs/development/python-modules/pubnub/default.nix index bee8e8353632..93f7f8cbc26d 100644 --- a/pkgs/development/python-modules/pubnub/default.nix +++ b/pkgs/development/python-modules/pubnub/default.nix @@ -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 ]; };