From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1429991-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 60ABE158094
	for <garchives@archives.gentoo.org>; Tue, 23 Aug 2022 19:25:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 67AC7E03EC;
	Tue, 23 Aug 2022 19:25:28 +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 452BEE03EC
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Aug 2022 19:25:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 27AB6340D56
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Aug 2022 19:25:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DD5A571
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Aug 2022 19:25:25 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1661282705.85f2550aa6e4d28713aac370d9c79eed77cd088e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-tarpaulin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/cargo-tarpaulin/metadata.xml
X-VCS-Directories: dev-util/cargo-tarpaulin/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 85f2550aa6e4d28713aac370d9c79eed77cd088e
X-VCS-Branch: master
Date: Tue, 23 Aug 2022 19:25:25 +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: eac4cf77-16e0-4120-8b28-af32061c3fcf
X-Archives-Hash: c653b3d59d570346dab802c36916e983

commit:     85f2550aa6e4d28713aac370d9c79eed77cd088e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 19:03:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 19:25:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f2550a

dev-util/cargo-tarpaulin: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cargo-tarpaulin/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/cargo-tarpaulin/metadata.xml b/dev-util/cargo-tarpaulin/metadata.xml
index 595fbf9565e1..f83040417c78 100644
--- a/dev-util/cargo-tarpaulin/metadata.xml
+++ b/dev-util/cargo-tarpaulin/metadata.xml
@@ -5,4 +5,7 @@
 		<name>Patrick McLean</name>
 		<email>chutzpah@gentoo.org</email>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">xd009642/tarpaulin</remote-id>
+	</upstream>
 </pkgmetadata>