3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.slack-sdk: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-22 22:03:26 +01:00
parent 997423cdfc
commit 00d4e14533

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
sha256 = "sha256-iWDKF4FZJPL6wHxVbvj2zlY0sqpBMXki9e7uuysX1o0=";
hash = "sha256-iWDKF4FZJPL6wHxVbvj2zlY0sqpBMXki9e7uuysX1o0=";
};
propagatedBuildInputs = [
@ -76,6 +76,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Slack Developer Kit for Python";
homepage = "https://slack.dev/python-slack-sdk/";
changelog = "https://github.com/slackapi/python-slack-sdk/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};