mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #122618 from fabaff/bump-aiohue
python3Packages.aiohue: update meta
This commit is contained in:
commit
6e1f3667e1
1 changed files with 5 additions and 4 deletions
|
@ -22,12 +22,13 @@ buildPythonPackage rec {
|
|||
"aiohue.discovery"
|
||||
];
|
||||
|
||||
# has no tests
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "asyncio package to talk to Philips Hue";
|
||||
homepage = "https://github.com/balloob/aiohue";
|
||||
license = licenses.asl20;
|
||||
description = "Python package to talk to Philips Hue";
|
||||
homepage = "https://github.com/home-assistant-libs/aiohue";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue