From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1673158-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 6FA84158083
	for <garchives@archives.gentoo.org>; Mon, 23 Sep 2024 12:57:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 84AC8E2A33;
	Mon, 23 Sep 2024 12:57:31 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 68016E2A31
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 Sep 2024 12:57:31 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 792D73434A7
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 Sep 2024 12:57:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 17E4F227A
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 Sep 2024 12:57:29 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1727096246.123eb7cc1d21c9f08f2a025f3d8ecbe20e3592d8.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/httpie/metadata.xml
X-VCS-Directories: net-misc/httpie/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 123eb7cc1d21c9f08f2a025f3d8ecbe20e3592d8
X-VCS-Branch: master
Date: Mon, 23 Sep 2024 12:57:29 +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: 69e60699-d43a-4fce-8672-7cdb73ba5636
X-Archives-Hash: a71727229792a20080fdc7d441b25cd5

commit:     123eb7cc1d21c9f08f2a025f3d8ecbe20e3592d8
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Sep  3 13:08:54 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 12:57:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123eb7cc

net-misc/httpie: fix metadata redirects

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/httpie/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/httpie/metadata.xml b/net-misc/httpie/metadata.xml
index cba10e14d2cc..3ee7ac326ccd 100644
--- a/net-misc/httpie/metadata.xml
+++ b/net-misc/httpie/metadata.xml
@@ -12,10 +12,10 @@
 		servers.
 	</longdescription>
 	<upstream>
-		<bugs-to>https://github.com/httpie/httpie/issues</bugs-to>
+		<bugs-to>https://github.com/httpie/cli/issues</bugs-to>
 		<changelog>https://raw.githubusercontent.com/httpie/httpie/master/CHANGELOG.md</changelog>
 		<doc>https://httpie.io/docs</doc>
-		<remote-id type="github">httpie/httpie</remote-id>
+		<remote-id type="github">httpie/cli</remote-id>
 		<remote-id type="pypi">httpie</remote-id>
 	</upstream>
 </pkgmetadata>