From e15c0e65141d48609a623aa3464ac6f8e3ae6f97 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 30 Dec 2020 12:50:32 +0100 Subject: [PATCH] python3Packages.PyChromecast: update attributes --- pkgs/development/python-modules/pychromecast/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;