python310Packages.tololib: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-14 15:12:23 +01:00
parent e6643860cb
commit 585f4335e4

View file

@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Library for Controlling TOLO Sauna/Steam Bath Devices";
homepage = "https://gitlab.com/MatthiasLohr/tololib";
changelog = "https://gitlab.com/MatthiasLohr/tololib/-/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};