From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1702928-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 9FBAD1580FD
	for <garchives@archives.gentoo.org>; Wed, 25 Dec 2024 02:01:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C195EE0784;
	Wed, 25 Dec 2024 02:01:15 +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 A6A36E0784
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 02:01:15 +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 AB23E33BEA5
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 02:01:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CFB2010CC
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 02:01:12 +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: <1735092050.26d113a86106dd0ed06fbaf3390c8ad247500b35.sam@gentoo>
Subject: [gentoo-commits] data/api:master commit in: files/overlays/
X-VCS-Repository: data/api
X-VCS-Files: files/overlays/repositories.xml
X-VCS-Directories: files/overlays/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 26d113a86106dd0ed06fbaf3390c8ad247500b35
X-VCS-Branch: master
Date: Wed, 25 Dec 2024 02:01:12 +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: fee5f01c-f90f-4452-97d6-1315113c329f
X-Archives-Hash: b5fee4af3807393868113eb3e8a31cc8

commit:     26d113a86106dd0ed06fbaf3390c8ad247500b35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 02:00:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 02:00:50 2024 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=26d113a8

repositories: quote description for bentoo

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

 files/overlays/repositories.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 323fc922..7dad97de 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -558,7 +558,7 @@
   </repo>
   <repo quality="experimental" status="unofficial">
     <name>bentoo</name>
-    <description lang="en">An overlay of user-friendly "Stage5" of Gentoo Linux.</description>
+    <description lang="en">An overlay of user-friendly &quot;Stage5&quot; of Gentoo Linux.</description>
     <homepage>https://github.com/lucascouts/bentoo.git</homepage>
     <owner type="person">
       <email>lucascs@protonmail.com</email>