python310Packages.pyintesishome: add changelog to meta
This commit is contained in:
parent
723f0b9148
commit
262fe5d026
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user