python310Packages.yalexs-ble: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-04 11:17:54 +01:00
parent a2d2f70b82
commit 4322694dca

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "bdraco";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-cU4aeJlRBwxQm6a/rqpO2HVZfz/vfEo4P5x+BjKqqeo=";
};
@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for Yale BLE devices";
homepage = "https://github.com/bdraco/yalexs-ble";
changelog = "https://github.com/bdraco/yalexs-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};