python310Packages.oralb-ble: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-04 01:54:05 +01:00
parent b4908d9803
commit 5350847922

View File

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