From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1620887-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 5696D158044
	for <garchives@archives.gentoo.org>; Sun, 14 Apr 2024 14:58:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9DCE0E2A13;
	Sun, 14 Apr 2024 14:58:25 +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 81720E2A13
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2024 14:58:25 +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 9A790343396
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2024 14:58:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DEBA16D2
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2024 14:58:23 +0000 (UTC)
From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1713106693.c9e89c654cef97b8bff1e71f270e58e4e901de35.flow@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: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: c9e89c654cef97b8bff1e71f270e58e4e901de35
X-VCS-Branch: master
Date: Sun, 14 Apr 2024 14:58:23 +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: 936f6f0d-881a-4170-8940-d3d37042478e
X-Archives-Hash: 663aad01ee29b700ada0fdd00e83a69f

commit:     c9e89c654cef97b8bff1e71f270e58e4e901de35
Author:     Manuel Friedli <manuel <AT> fritteli <DOT> ch>
AuthorDate: Tue Apr  2 23:34:49 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:58:13 2024 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=c9e89c65

repositories: Correct the feed url from the 'master' to the 'main' branch.

Closes: https://github.com/gentoo/api-gentoo-org/pull/660
Signed-off-by: Florian Schmaus <flow <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 c668e96..e2f8938 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1543,7 +1543,7 @@
     </owner>
     <source type="git">https://github.com/fritteli/gentoo-overlay.git</source>
     <source type="git">git+ssh://git@github.com/fritteli/gentoo-overlay.git</source>
-    <feed>https://github.com/fritteli/gentoo-overlay/commits/master.atom</feed>
+    <feed>https://github.com/fritteli/gentoo-overlay/commits/main.atom</feed>
   </repo>
   <repo quality="stable" status="official">
     <name>frr-gentoo</name>