python310Packages.ismartgate: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-13 22:15:51 +01:00
parent 2b66b9019f
commit a62bd76f7f

View File

@ -58,6 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to work with the ismartgate and gogogate2 API";
homepage = "https://github.com/bdraco/ismartgate";
changelog = "https://github.com/bdraco/ismartgate/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};