Unverified Commit 76271643 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.omnikinverter: add changelog to meta

parent 3a0bcff7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module for the Omnik Inverter";
    homepage = "https://github.com/klaasnicolaas/python-omnikinverter";
    changelog = "https://github.com/klaasnicolaas/python-omnikinverter/releases/tag/v${version}";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };