From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1584001-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id BCD05158015
	for <garchives@archives.gentoo.org>; Wed, 27 Dec 2023 08:10:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8FA502BC048;
	Wed, 27 Dec 2023 08:10:33 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6AA182BC038
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2023 08:10:33 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0C7433406C2
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2023 08:10:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D94BED2
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2023 08:10:30 +0000 (UTC)
From: "Hans de Graaff" <graaff@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, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <1703663990.54645a0306e00bc7e09e26c389a86e1a0a075d9b.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/transaction-simple/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/transaction-simple/metadata.xml dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r3.ebuild
X-VCS-Directories: dev-ruby/transaction-simple/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 54645a0306e00bc7e09e26c389a86e1a0a075d9b
X-VCS-Branch: master
Date: Wed, 27 Dec 2023 08:10:30 +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: 65fcbb50-16aa-4692-88a4-e9417161103c
X-Archives-Hash: 2e684a105fb4e459bc0badb2987a9bd6

commit:     54645a0306e00bc7e09e26c389a86e1a0a075d9b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 07:59:50 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 07:59:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54645a03

dev-ruby/transaction-simple: update HOMEPAGE

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/transaction-simple/metadata.xml                         | 2 +-
 dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/transaction-simple/metadata.xml b/dev-ruby/transaction-simple/metadata.xml
index 64b35af0e729..b7ddee8e72fb 100644
--- a/dev-ruby/transaction-simple/metadata.xml
+++ b/dev-ruby/transaction-simple/metadata.xml
@@ -6,6 +6,6 @@
     <name>Gentoo Ruby Project</name>
   </maintainer>
   <upstream>
-    <remote-id type="github">halostatue/transaction-simple</remote-id>
+    <remote-id type="github">halostatue-archive/transaction-simple</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r3.ebuild b/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r3.ebuild
index 47894be37dde..a9c41d24844b 100644
--- a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r3.ebuild
+++ b/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r3.ebuild
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 inherit ruby-fakegem
 
 DESCRIPTION="Provides transaction support at the object level"
-HOMEPAGE="https://github.com/halostatue/transaction-simple"
+HOMEPAGE="https://github.com/halostatue-archive/transaction-simple"
 
 LICENSE="MIT"
 SLOT="0"