python310Packages.bleak: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-05 22:17:36 +01:00
parent 4e46fcb8e0
commit db56de02eb

View file

@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Bluetooth Low Energy platform agnostic client";
homepage = "https://github.com/hbldh/bleak";
changelog = "https://github.com/hbldh/bleak/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ oxzi ];