Merge pull request #122618 from fabaff/bump-aiohue

python3Packages.aiohue: update meta
This commit is contained in:
Fabian Affolter 2021-05-11 22:44:04 +02:00 committed by GitHub
commit 6e1f3667e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}