python310Packages.slackclient: add changelog to meta
This commit is contained in:
@@ -83,6 +83,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A client for Slack, which supports the Slack Web API and Real Time Messaging (RTM) API";
|
||||
homepage = "https://github.com/slackapi/python-slackclient";
|
||||
changelog = "https://github.com/slackapi/python-slack-sdk/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ flokli psyanticy ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user