python310Packages.bugsnag: add changelog to meta
This commit is contained in:
parent
bd4d42a93d
commit
a99cf0eeac
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Automatic error monitoring for Python applications";
|
||||
homepage = "https://github.com/bugsnag/bugsnag-python";
|
||||
changelog = "https://github.com/bugsnag/bugsnag-python/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue