python3Packages.PyChromecast: update attributes

This commit is contained in:
Fabian Affolter 2020-12-30 12:50:32 +01:00
parent db9a28338f
commit e15c0e6514

View File

@ -14,8 +14,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests zeroconf protobuf casttube ];
meta = with lib; {
description = "Library for Python 3.4+ to communicate with the Google Chromecast";
homepage = "https://github.com/balloob/pychromecast";
description = "Library for Python to communicate with the Google Chromecast";
homepage = "https://github.com/home-assistant-libs/pychromecast";
license = licenses.mit;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;