Skip to content

Commit

Permalink
python310Packages.omnikinverter: add changelog to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Apr 13, 2023
1 parent 3a0bcff commit 7627164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/omnikinverter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 7627164

Please sign in to comment.