python3Packages.aiohue: update meta
This commit is contained in:
parent
010661db26
commit
1f3b6d5a16
@ -22,12 +22,13 @@ buildPythonPackage rec {
|
|||||||
"aiohue.discovery"
|
"aiohue.discovery"
|
||||||
];
|
];
|
||||||
|
|
||||||
# has no tests
|
# Project has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "asyncio package to talk to Philips Hue";
|
description = "Python package to talk to Philips Hue";
|
||||||
homepage = "https://github.com/balloob/aiohue";
|
homepage = "https://github.com/home-assistant-libs/aiohue";
|
||||||
license = licenses.asl20;
|
license = with licenses; [ asl20 ];
|
||||||
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user