From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-972710-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 7E1001396D0
	for <garchives@archives.gentoo.org>; Wed, 13 Sep 2017 22:54:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B3E90E0C48;
	Wed, 13 Sep 2017 22:54:00 +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 8F72FE0C48
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Sep 2017 22:54:00 +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 9FD9D33BE61
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Sep 2017 22:53:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 20FE0907A
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Sep 2017 22:53:58 +0000 (UTC)
From: "NP Hardass" <np-hardass@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, "NP Hardass" <np-hardass@gentoo.org>
Message-ID: <1505343230.c967789666706858c64d9abfd0bc6c508819dd19.np-hardass@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/wine-mono/metadata.xml
X-VCS-Directories: app-emulation/wine-mono/
X-VCS-Committer: np-hardass
X-VCS-Committer-Name: NP Hardass
X-VCS-Revision: c967789666706858c64d9abfd0bc6c508819dd19
X-VCS-Branch: master
Date: Wed, 13 Sep 2017 22:53:58 +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-Archives-Salt: 9efb5b9f-362d-41d9-924f-c990e0d0fc6d
X-Archives-Hash: b39241bcf9d4296ce8ad7b62915c1c22

commit:     c967789666706858c64d9abfd0bc6c508819dd19
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 22:53:34 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 22:53:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9677896

app-emulation/wine-mono: Fix remote-id in metadata.xml

Bug: https://bugs.gentoo.org/630736
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/wine-mono/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/metadata.xml b/app-emulation/wine-mono/metadata.xml
index 1b77b643f21..a64284bc1ee 100644
--- a/app-emulation/wine-mono/metadata.xml
+++ b/app-emulation/wine-mono/metadata.xml
@@ -9,6 +9,6 @@
 		Wine Mono is a package containing Mono and other projects, intended as a replacement for the .NET runtime and class libraries in Wine. It works in conjunction with Wine's builtin mscoree.dll, and it is not intended to be useful for any other purpose.
 	</longdescription>
 	<upstream>
-		<remote-id type="github">makewokherd/wine-mono</remote-id>
+		<remote-id type="github">madewokherd/wine-mono</remote-id>
 	</upstream>
 </pkgmetadata>