python310Packages.intellifire4py: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-09 00:16:36 +01:00
parent 9f7740418a
commit bca7afd85d

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jeeftor"; owner = "jeeftor";
repo = pname; repo = pname;
rev = version; rev = "refs/tags/${version}";
hash = "sha256-dn5814eRZ9456Fn7blf1UzXPii4dXu3sjoXBV7CmwSs="; hash = "sha256-dn5814eRZ9456Fn7blf1UzXPii4dXu3sjoXBV7CmwSs=";
}; };
@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Module to read Intellifire fireplace status data"; description = "Module to read Intellifire fireplace status data";
homepage = "https://github.com/jeeftor/intellifire4py"; homepage = "https://github.com/jeeftor/intellifire4py";
changelog = "https://github.com/jeeftor/intellifire4py/blob/${version}/CHANGELOG";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };