pythpn310Packages.pybravia: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-30 11:15:38 +01:00
parent 4ec86b13c9
commit a3585c8234

View file

@ -38,6 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for remote control of Sony Bravia TVs 2013 and newer";
homepage = "https://github.com/Drafteed/pybravia";
changelog = "https://github.com/Drafteed/pybravia/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};