python311Packages.slack-bolt: add changelog to meta
This commit is contained in:
parent
133fa25ecc
commit
1b5342ae3a
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A framework to build Slack apps using Python";
|
description = "A framework to build Slack apps using Python";
|
||||||
homepage = "https://github.com/slackapi/bolt-python";
|
homepage = "https://github.com/slackapi/bolt-python";
|
||||||
|
changelog = "https://github.com/slackapi/bolt-python/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ samuela ];
|
maintainers = with maintainers; [ samuela ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue