python310Packages.pytradfri: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-29 10:31:33 +01:00 committed by GitHub
parent 6b9b9b559e
commit 7453c464eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python package to communicate with the IKEA Trådfri ZigBee Gateway"; description = "Python package to communicate with the IKEA Trådfri ZigBee Gateway";
homepage = "https://github.com/home-assistant-libs/pytradfri"; homepage = "https://github.com/home-assistant-libs/pytradfri";
changelog = "https://github.com/home-assistant-libs/pytradfri/releases/tag/${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dotlambda ]; maintainers = with maintainers; [ dotlambda ];
}; };