python310Packages.elkm1-lib: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-03 13:14:53 +01:00
parent 613827f0ce
commit 624ebef901

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "gwww";
repo = "elkm1";
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-uc+hU4RyF6IXUbdpZHozbF6vO2NE2hrfgxAnmmB27lw=";
};
@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for interacting with ElkM1 alarm/automation panel";
homepage = "https://github.com/gwww/elkm1";
changelog = "https://github.com/gwww/elkm1/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};