From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1478699-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 8CE1115800F
	for <garchives@archives.gentoo.org>; Fri, 20 Jan 2023 01:17:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9E80EE086E;
	Fri, 20 Jan 2023 01:17:07 +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 7FA20E086E
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2023 01:17:07 +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 5AEEC340C74
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2023 01:17:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F67B85C
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2023 01:17:04 +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: <1674177233.bccd8b7ea42cc3c7391c3bad3c9ea704a58c5b05.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-vcs/python-gitlab/metadata.xml
X-VCS-Directories: dev-vcs/python-gitlab/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: bccd8b7ea42cc3c7391c3bad3c9ea704a58c5b05
X-VCS-Branch: master
Date: Fri, 20 Jan 2023 01:17:04 +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: ea677c12-349b-4742-a78f-266069e16594
X-Archives-Hash: 2e5d67ec84847fb1f52f761861e4e502

commit:     bccd8b7ea42cc3c7391c3bad3c9ea704a58c5b05
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Jan 19 21:20:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 01:13:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccd8b7e

dev-vcs/python-gitlab: fix indentation in metadata file

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29180
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/python-gitlab/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/python-gitlab/metadata.xml b/dev-vcs/python-gitlab/metadata.xml
index d731c9ba2ef3..6ac5f3e44646 100644
--- a/dev-vcs/python-gitlab/metadata.xml
+++ b/dev-vcs/python-gitlab/metadata.xml
@@ -4,10 +4,10 @@
 	<maintainer type="person">
 		<email>williamh@gentoo.org</email>
 		<name>William Hubbs</name>
-		</maintainer>
-		<upstream>
+	</maintainer>
+	<upstream>
 		<remote-id type="github">python-gitlab/python-gitlab</remote-id>
 		<remote-id type="pypi">python-gitlab</remote-id>
 		<bugs-to>https://github.com/python-gitlab/python-gitlab/issues</bugs-to>
-		</upstream>
+	</upstream>
 </pkgmetadata>