summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-22 21:03:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-22 21:06:08 +0100
commit3ac913cf68677c2b8e37233d2a36362c3ff817e6 (patch)
tree04ef8cc8266f34e23f678d7649a80c878feb6ae1
parentdev-python/pychromecast: No tests, no python@ (diff)
downloadgentoo-3ac913cf68677c2b8e37233d2a36362c3ff817e6.tar.gz
gentoo-3ac913cf68677c2b8e37233d2a36362c3ff817e6.tar.bz2
gentoo-3ac913cf68677c2b8e37233d2a36362c3ff817e6.zip
dev-python/pychromecast: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pychromecast/pychromecast-4.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pychromecast/pychromecast-4.1.0.ebuild b/dev-python/pychromecast/pychromecast-4.1.0.ebuild
index 382fbb243999..2d52b2e21d1f 100644
--- a/dev-python/pychromecast/pychromecast-4.1.0.ebuild
+++ b/dev-python/pychromecast/pychromecast-4.1.0.ebuild
@@ -6,8 +6,8 @@ EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
-DESCRIPTION="Python module to talk to Google Chromecast."
-HOMEPAGE="https://github.com/balloob/pychromecast"
+DESCRIPTION="Python module to talk to Google Chromecast"
+HOMEPAGE="https://github.com/home-assistant-libs/pychromecast"
SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz"
S="${WORKDIR}/PyChromecast-${PV}"