python310Packages.lupupy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-23 21:00:42 +01:00
parent 8e51d95ba6
commit 6323cfc2fd

View File

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to control Lupusec alarm control panels";
homepage = "https://github.com/majuss/lupupy";
changelog = "https://github.com/majuss/lupupy/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};