python310Packages.airthings-ble: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-13 09:55:01 +01:00
parent 92c27f38dc
commit 106785ff1c

View file

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