diff --git a/pkgs/development/python-modules/pychromecast/default.nix b/pkgs/development/python-modules/pychromecast/default.nix index ce72850fffd..9018a54740e 100644 --- a/pkgs/development/python-modules/pychromecast/default.nix +++ b/pkgs/development/python-modules/pychromecast/default.nix @@ -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;