python310Packages.python-kasa: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-19 00:19:57 +01:00
committed by GitHub
parent d0db621dbb
commit 05da7b243c
@@ -59,6 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for TP-Link Kasa Smarthome products";
homepage = "https://python-kasa.readthedocs.io/";
changelog = "https://github.com/python-kasa/python-kasa/blob/${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fab ];
};