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 "aiohue.discovery" 23 ]; 24 25 - # has no tests 26 doCheck = false; 27 28 meta = with lib; { 29 - description = "asyncio package to talk to Philips Hue"; 30 - homepage = "https://github.com/balloob/aiohue"; 31 - license = licenses.asl20; 32 }; 33 }
··· 22 "aiohue.discovery" 23 ]; 24 25 + # Project has no tests 26 doCheck = false; 27 28 meta = with lib; { 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 ]; 33 }; 34 }