python310Packages.bugsnag: add changelog to meta
This commit is contained in:
@@ -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; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user