Merge pull request #122618 from fabaff/bump-aiohue

python3Packages.aiohue: update meta

authored by

Fabian Affolter and committed by
GitHub
6e1f3667 eb331e05

+5 -4
+5 -4
pkgs/development/python-modules/aiohue/default.nix
··· 22 22 "aiohue.discovery" 23 23 ]; 24 24 25 - # has no tests 25 + # Project has no tests 26 26 doCheck = false; 27 27 28 28 meta = with lib; { 29 - description = "asyncio package to talk to Philips Hue"; 30 - homepage = "https://github.com/balloob/aiohue"; 31 - license = licenses.asl20; 29 + description = "Python package to talk to Philips Hue"; 30 + homepage = "https://github.com/home-assistant-libs/aiohue"; 31 + license = with licenses; [ asl20 ]; 32 + maintainers = with maintainers; [ fab ]; 32 33 }; 33 34 }