From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1710887-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6058915813A
	for <garchives@archives.gentoo.org>; Mon, 20 Jan 2025 06:49:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81B49E0391;
	Mon, 20 Jan 2025 06:49:56 +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 2686BE0207
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 06:49:56 +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 2D097335D64
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 06:49:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8310022FF
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 06:49:53 +0000 (UTC)
From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1737355634.84d5c63dd3ad4c37e8c6388e9dd1beaf0bfc1aec.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/rofi/metadata.xml
X-VCS-Directories: x11-misc/rofi/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: 84d5c63dd3ad4c37e8c6388e9dd1beaf0bfc1aec
X-VCS-Branch: master
Date: Mon, 20 Jan 2025 06:49: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: da7312a2-b087-4031-be44-83bbed3160d3
X-Archives-Hash: 16e0bd8fd8a903fac92cbfac60f75e40

commit:     84d5c63dd3ad4c37e8c6388e9dd1beaf0bfc1aec
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 06:47:14 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 06:47:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d5c63d

x11-misc/rofi: add changelog and bugs-to to metadata

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 x11-misc/rofi/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-misc/rofi/metadata.xml b/x11-misc/rofi/metadata.xml
index 76403db3f6b0..8e8eedee6d0a 100644
--- a/x11-misc/rofi/metadata.xml
+++ b/x11-misc/rofi/metadata.xml
@@ -11,5 +11,7 @@
 	</use>
 	<upstream>
 		<remote-id type="github">davatorium/rofi</remote-id>
+		<changelog>https://github.com/davatorium/rofi/releases</changelog>
+		<bugs-to>https://github.com/davatorium/rofi/issues</bugs-to>
 	</upstream>
 </pkgmetadata>