python310Packages.thermopro-ble: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-13 09:44:07 +01:00
parent 12343b9cae
commit e07fc2f4eb

View File

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