python310Packages.tweepy: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-19 09:57:29 +01:00
parent 9159658fae
commit 41456d9118

View File

@ -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; [ ];
};