python310Packages.pyintesishome: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-09 21:57:40 +02:00 committed by GitHub
parent 723f0b9148
commit 262fe5d026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,15 @@ buildPythonPackage rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "pyintesishome" ];
pythonImportsCheck = [
"pyintesishome"
];
meta = with lib; {
description = "Python interface for IntesisHome devices";
homepage = "https://github.com/jnimmo/pyIntesisHome";
changelog = "https://github.com/jnimmo/pyIntesisHome/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};