python311Packages.python-tado: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-01-19 06:57:37 +01:00
committed by GitHub
parent 2fb4dce9b5
commit 0074fb0f47
@@ -29,9 +29,9 @@ buildPythonPackage rec {
];
meta = with lib; {
description =
"Python binding for Tado web API. Pythonize your central heating!";
description = "Python binding for Tado web API. Pythonize your central heating!";
homepage = "https://github.com/wmalgadey/PyTado";
changelog = "https://github.com/wmalgadey/PyTado/releases/tag/${version}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jamiemagee ];
};