python310Packages.aiohue: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-24 09:11:33 +01:00 committed by Martin Weinelt
parent 84ecf36867
commit 86d4641beb
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-ATM4s2W1Gw98TysfqHVA/McerZStHaUK5eMrSU9+uOI=";
};
@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python package to talk to Philips Hue";
homepage = "https://github.com/home-assistant-libs/aiohue";
changelog = "https://github.com/home-assistant-libs/aiohue/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};