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 C400913835B for ; Fri, 11 Dec 2020 12:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D2EE09A7; Fri, 11 Dec 2020 12:55:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F0990E09A7 for ; Fri, 11 Dec 2020 12:55:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0369B340F79 for ; Fri, 11 Dec 2020 12:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99415487 for ; Fri, 11 Dec 2020 12:55:41 +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: <1607691201.a185ce0fdf32ebd79082180e19bd8183cb36bbcc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenstalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/greenstalk/greenstalk-1.0.1.ebuild dev-python/greenstalk/metadata.xml X-VCS-Directories: dev-python/greenstalk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a185ce0fdf32ebd79082180e19bd8183cb36bbcc X-VCS-Branch: master Date: Fri, 11 Dec 2020 12:55:41 +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: 5b0af545-a255-4ea1-895f-5b68b094839e X-Archives-Hash: cd7fd45fdc1677616b5494fd09f21ae1 commit: a185ce0fdf32ebd79082180e19bd8183cb36bbcc Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 12:28:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 12:53:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a185ce0f dev-python/greenstalk: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/greenstalk/greenstalk-1.0.1.ebuild | 4 ++-- dev-python/greenstalk/metadata.xml | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-python/greenstalk/greenstalk-1.0.1.ebuild b/dev-python/greenstalk/greenstalk-1.0.1.ebuild index 411e09a24d6..5893528dd00 100644 --- a/dev-python/greenstalk/greenstalk-1.0.1.ebuild +++ b/dev-python/greenstalk/greenstalk-1.0.1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="A Python 3 client for the beanstalkd work queue" -HOMEPAGE="https://greenstalk.readthedocs.io/ https://github.com/mayhewj/greenstalk" -SRC_URI="https://github.com/mayhewj/greenstalk/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://greenstalk.readthedocs.io/ https://github.com/justinmayhew/greenstalk" +SRC_URI="https://github.com/justinmayhew/greenstalk/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/greenstalk/metadata.xml b/dev-python/greenstalk/metadata.xml index 1c4b1a9121e..ee3916a8ff8 100644 --- a/dev-python/greenstalk/metadata.xml +++ b/dev-python/greenstalk/metadata.xml @@ -1,8 +1,9 @@ - - - mayhewj/greenstalk - + + + greenstalk + justinmayhew/greenstalk +