python310Packages.ovoenergy: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 23:53:19 +01:00
parent d0a7011604
commit a933217c14
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for getting data from OVO's API";
homepage = "https://github.com/timmo001/ovoenergy";
changelog = "https://github.com/timmo001/ovoenergy/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};