python310Packages.aiolyric: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-04 11:33:24 +01:00
parent e38618a657
commit 7b68789d3e

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "timmo001";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-yKeG0UCQ8haT1hvywoIwKQ519GK2wFg0wXaRTFeKYIk=";
};
@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for the Honeywell Lyric Platform";
homepage = "https://github.com/timmo001/aiolyric";
changelog = "https://github.com/timmo001/aiolyric/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};