From 1f3b6d5a161e40d46ce115a6e6ab921eda83e30a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 11 May 2021 20:45:56 +0200 Subject: [PATCH] python3Packages.aiohue: update meta --- pkgs/development/python-modules/aiohue/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aiohue/default.nix b/pkgs/development/python-modules/aiohue/default.nix index 7b7bce8ac420..5ef9092fe966 100644 --- a/pkgs/development/python-modules/aiohue/default.nix +++ b/pkgs/development/python-modules/aiohue/default.nix @@ -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 ]; }; }