From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1279448-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 3B66813835A
	for <garchives@archives.gentoo.org>; Fri,  7 May 2021 14:38:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 726F7E086F;
	Fri,  7 May 2021 14:38:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 4B510E087C
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 May 2021 14:38:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 4C76333D3C1
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 May 2021 14:38:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E02E472E
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 May 2021 14:38:22 +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: <1620398279.7390ecf22d4e3f3ae67b1fba92f668b98a4394ca.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/grfcodec/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-util/grfcodec/metadata.xml
X-VCS-Directories: games-util/grfcodec/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 7390ecf22d4e3f3ae67b1fba92f668b98a4394ca
X-VCS-Branch: master
Date: Fri,  7 May 2021 14:38:22 +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: 0c1097cf-441c-4563-8b76-a67c2dddf800
X-Archives-Hash: 8ce455a445bb11f4f71e3eba94c63949

commit:     7390ecf22d4e3f3ae67b1fba92f668b98a4394ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  7 13:50:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  7 14:37:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7390ecf2

games-util/grfcodec: add github remote-id

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

 games-util/grfcodec/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-util/grfcodec/metadata.xml b/games-util/grfcodec/metadata.xml
index 78274e0fa55..bf012280328 100644
--- a/games-util/grfcodec/metadata.xml
+++ b/games-util/grfcodec/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>games@gentoo.org</email>
-	<name>Gentoo Games Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">OpenTTD/grfcodec</remote-id>
+	</upstream>
 </pkgmetadata>