python310Packages.govee-ble: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-19 22:23:21 +01:00
parent e831219a57
commit bc4190becd

View file

@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for Govee BLE devices";
homepage = "https://github.com/Bluetooth-Devices/govee-ble";
changelog = "https://github.com/bluetooth-devices/govee-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};