python310Packages.pytado: update meta

This commit is contained in:
Fabian Affolter
2023-08-31 09:20:39 +02:00
committed by GitHub
parent 85fe456b00
commit 3cb349b406
@@ -31,7 +31,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python binding for Tado web API";
homepage = "https://github.com/wmalgadey/PyTado";
license = licenses.gpl3;
changelog = "https://github.com/wmalgadey/PyTado/releases/tag/${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ];
};
}