python310Packages.pyskyqremote: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-26 13:40:08 +01:00
parent 3265a24b79
commit 95f1158868

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "RogerSelwyn"; owner = "RogerSelwyn";
repo = "skyq_remote"; repo = "skyq_remote";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "sha256-HLiLFuMJL9iXv7FckoVVK02jOhSRMrU8FohkD4gKjmM="; hash = "sha256-HLiLFuMJL9iXv7FckoVVK02jOhSRMrU8FohkD4gKjmM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python module for accessing SkyQ boxes"; description = "Python module for accessing SkyQ boxes";
homepage = "https://github.com/RogerSelwyn/skyq_remote"; homepage = "https://github.com/RogerSelwyn/skyq_remote";
changelog = "https://github.com/RogerSelwyn/skyq_remote/releases/tag/${version}";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };