mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
python310Packages.omnikinverter: add changelog to meta
This commit is contained in:
parent
3a0bcff7df
commit
7627164388
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user