From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1184420-garchives=archives.gentoo.org@lists.gentoo.org>
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 8AC1213835A
	for <garchives@archives.gentoo.org>; Sat,  4 Jul 2020 09:07:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9EFB8E0942;
	Sat,  4 Jul 2020 09:07:58 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 8A84FE0942
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Jul 2020 09:07:58 +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 9243634EFCD
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Jul 2020 09:07:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 78F722CA
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Jul 2020 09:07:53 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1593853598.7af0d686be36e54559529c0c614e995b9f79dba3.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/incremental/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/incremental/incremental-17.5.0.ebuild dev-python/incremental/metadata.xml
X-VCS-Directories: dev-python/incremental/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 7af0d686be36e54559529c0c614e995b9f79dba3
X-VCS-Branch: master
Date: Sat,  4 Jul 2020 09:07:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8c18cc36-ed88-466c-9ff7-67dbaccedb9c
X-Archives-Hash: 5563e2427061b6352df2134e4d9dfb23

commit:     7af0d686be36e54559529c0c614e995b9f79dba3
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul  4 07:34:19 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  4 09:06:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af0d686

dev-python/incremental: update github link

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/incremental/incremental-17.5.0.ebuild | 2 +-
 dev-python/incremental/metadata.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild b/dev-python/incremental/incremental-17.5.0.ebuild
index 4ef2d97ce5f..3ede4a78f6f 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Incremental is a small library that versions your Python projects"
-HOMEPAGE="https://github.com/hawkowl/incremental https://pypi.org/project/incremental/"
+HOMEPAGE="https://github.com/twisted/incremental https://pypi.org/project/incremental/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/incremental/metadata.xml b/dev-python/incremental/metadata.xml
index 090da7e79e7..178cdb1dc9e 100644
--- a/dev-python/incremental/metadata.xml
+++ b/dev-python/incremental/metadata.xml
@@ -11,6 +11,6 @@
 			<name>Amber Brown</name>
 		</maintainer>
 		<remote-id type="pypi">incremental</remote-id>
-		<remote-id type="github">hawkowl/incremental</remote-id>
+		<remote-id type="github">twisted/incremental</remote-id>
 	</upstream>
 </pkgmetadata>