python310Packages.slackclient: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-24 22:06:49 +01:00
committed by GitHub
parent b1911f115d
commit b295d44fdc
@@ -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 ];
};