python310Packages.samsungtvws: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-10 08:19:58 +02:00 committed by GitHub
parent 7bcb2dff52
commit e6376a45e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Samsung Smart TV WS API wrapper";
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;
maintainers = with maintainers; [ hexa ];
};