python311Packages.slack-bolt: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-01 16:19:41 +02:00
parent 133fa25ecc
commit 1b5342ae3a

View file

@ -109,6 +109,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A framework to build Slack apps using Python";
homepage = "https://github.com/slackapi/bolt-python";
changelog = "https://github.com/slackapi/bolt-python/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ samuela ];
};