Commit a933217c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.ovoenergy: add changelog to meta

parent d0a70116
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };