From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1158332-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 762FA138350
	for <garchives@archives.gentoo.org>; Thu,  2 Apr 2020 06:32:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8A780E0A81;
	Thu,  2 Apr 2020 06:32:12 +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 66AE0E0A81
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Apr 2020 06:32:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 1091334F1AC
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Apr 2020 06:32:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9858A150
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Apr 2020 06:32:09 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1585809121.4acb6cf6c9ae622d4c1ea5cc44bc658bf47c91c0.mgorny@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: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 4acb6cf6c9ae622d4c1ea5cc44bc658bf47c91c0
X-VCS-Branch: master
Date: Thu,  2 Apr 2020 06:32:09 +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: 6060e33a-2b4e-45a2-8fbc-ec434c6c9579
X-Archives-Hash: 213cd058cb0a63d460514053cecd2614

commit:     4acb6cf6c9ae622d4c1ea5cc44bc658bf47c91c0
Author:     April <april <AT> pleasejustend <DOT> me>
AuthorDate: Wed Apr  1 18:40:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr  2 06:32:01 2020 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=4acb6cf6

repositories: Add apriluwu

Closes: https://github.com/gentoo/api-gentoo-org/pull/259
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 files/overlays/repositories.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 1c2d415..6fe573d 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5323,5 +5323,17 @@
     <source type="git">git+ssh://git@github.com/TheChymera/overlay.git</source>
     <feed>https://github.com/TheChymera/overlay/commits/master.atom</feed>
   </repo>
+  <repo quality="experimental" status="unofficial">
+    <name>apriluwu</name>
+    <description lang="en">apriluwu's personal overlay</description>
+    <homepage>https://github.com/apriluwu/gentoo-overlay</homepage>
+    <owner type="person">
+      <email>aaprilthemonth@gmail.com</email>
+      <name>April C.</name>
+    </owner>
+    <source type="git">https://github.com/apriluwu/gentoo-overlay.git</source>
+    <source type="git">git+ssh://git@github.com/apriluwu/gentoo-overlay.git</source>
+    <feed>https://github.com/apriluwu/gentoo-overlay/commits/master.atom</feed>
+  </repo>
   <!-- vim:se et sw=2 ts=2 sts=2 :-->
 </repositories>