python310Packages.broadlink: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-22 18:31:29 +01:00 committed by GitHub
parent deca116715
commit dbde15a513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for controlling Broadlink IR controllers";
homepage = "https://github.com/mjg59/python-broadlink";
changelog = "https://github.com/mjg59/python-broadlink/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};