python312Packages.tololib: refactor

This commit is contained in:
Fabian Affolter
2024-05-22 11:46:12 +02:00
parent e4216e0253
commit 5c185ec69b
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-TxWKV2nrnCxZmj6+wBDMSdJRvKV+MsPFbOyIlUJYJ3Q=";
};
nativeBuildInputs = [
build-system = [
setuptools-scm
];
@@ -44,10 +44,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Library for Controlling TOLO Sauna/Steam Bath Devices";
mainProgram = "tolo-cli";
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 ];
mainProgram = "tolo-cli";
};
}