From 41456d91188621c2fbd9bb3b6f3fdda25d5e626a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Dec 2022 09:57:29 +0100 Subject: [PATCH] python310Packages.tweepy: add changelog to meta --- pkgs/development/python-modules/tweepy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/tweepy/default.nix b/pkgs/development/python-modules/tweepy/default.nix index c530218b79fc..766c7b88f46c 100644 --- a/pkgs/development/python-modules/tweepy/default.nix +++ b/pkgs/development/python-modules/tweepy/default.nix @@ -47,6 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "Twitter library for Python"; homepage = "https://github.com/tweepy/tweepy"; + changelog = "https://github.com/tweepy/tweepy/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ]; };