python310Packages.sensorpro-ble: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 16:38:29 +01:00 committed by Jonathan Ringer
parent 07a08138a7
commit 8e66f81f47

View file

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