python310Packages.samsungtvws: add changelog to meta
This commit is contained in:
parent
7bcb2dff52
commit
e6376a45e6
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Samsung Smart TV WS API wrapper";
|
description = "Samsung Smart TV WS API wrapper";
|
||||||
homepage = "https://github.com/xchwarze/samsung-tv-ws-api";
|
homepage = "https://github.com/xchwarze/samsung-tv-ws-api";
|
||||||
|
changelog = "https://github.com/xchwarze/samsung-tv-ws-api/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ hexa ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue