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 CA61B1382C5 for ; Sun, 20 Dec 2020 20:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11795E092B; Sun, 20 Dec 2020 20:34:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E5E22E092C for ; Sun, 20 Dec 2020 20:34:41 +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 706D4341408 for ; Sun, 20 Dec 2020 20:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CD57476 for ; Sun, 20 Dec 2020 20:34:37 +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: <1608496468.2a22c67b08b03323561a88f80cbbba8a51bb5423.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hiredis/hiredis-1.1.0.ebuild dev-python/hiredis/metadata.xml X-VCS-Directories: dev-python/hiredis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a22c67b08b03323561a88f80cbbba8a51bb5423 X-VCS-Branch: master Date: Sun, 20 Dec 2020 20:34:37 +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: cad97ae4-d52e-4c6a-967f-afadf1d8628e X-Archives-Hash: daeb68c399803813490776811b650a9d commit: 2a22c67b08b03323561a88f80cbbba8a51bb5423 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 20 20:31:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 20 20:34:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a22c67b dev-python/hiredis: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/hiredis/hiredis-1.1.0.ebuild | 2 +- dev-python/hiredis/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild index d453700157d..9fa9bf3c397 100644 --- a/dev-python/hiredis/hiredis-1.1.0.ebuild +++ b/dev-python/hiredis/hiredis-1.1.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="Python extension that wraps hiredis" -HOMEPAGE="https://github.com/pietern/hiredis-py" +HOMEPAGE="https://github.com/redis/hiredis-py/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/hiredis/metadata.xml b/dev-python/hiredis/metadata.xml index 2bf5fbd7ca5..2d6830cbdf6 100644 --- a/dev-python/hiredis/metadata.xml +++ b/dev-python/hiredis/metadata.xml @@ -11,7 +11,7 @@ hiredis - pietern/hiredis-py + redis/hiredis-py Use dev-libs/hiredis from system