python310Packages.bond-async: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-16 11:57:23 +01:00 committed by GitHub
parent 7c23c42349
commit 56ada447f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = {
description = "Asynchronous Python wrapper library over Bond Local API";
homepage = "https://github.com/bondhome/bond-async";
changelog = "https://github.com/bondhome/bond-async/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dotlambda ];
};