python310Packages.bugsnag: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-24 09:47:26 +01:00 committed by GitHub
parent bd4d42a93d
commit a99cf0eeac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [ ];
};