From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB9C413835D for ; Tue, 22 Dec 2020 20:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDBFB2BC05E; Tue, 22 Dec 2020 20:06:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D88CD2BC05D for ; Tue, 22 Dec 2020 20:06:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAF1A3412B4 for ; Tue, 22 Dec 2020 20:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33C95465 for ; Tue, 22 Dec 2020 20:06:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608667568.3ac913cf68677c2b8e37233d2a36362c3ff817e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychromecast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pychromecast/pychromecast-4.1.0.ebuild X-VCS-Directories: dev-python/pychromecast/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ac913cf68677c2b8e37233d2a36362c3ff817e6 X-VCS-Branch: master Date: Tue, 22 Dec 2020 20:06:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a993a3ca-a53c-4eec-babb-e83cef03487c X-Archives-Hash: b55b00315580fb56f99e4b8cfb7b9274 commit: 3ac913cf68677c2b8e37233d2a36362c3ff817e6 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 22 20:03:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 22 20:06:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac913cf dev-python/pychromecast: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/pychromecast/pychromecast-4.1.0.ebuild | 4 ++-- 1 file 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 382fbb24399..2d52b2e21d1 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}"