From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1320377-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 E7991158092
	for <garchives@archives.gentoo.org>; Sun, 12 Sep 2021 12:22:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3D06EE076B;
	Sun, 12 Sep 2021 12:22:26 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 23840E076B
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Sep 2021 12:22:26 +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 3719B342DAF
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Sep 2021 12:22:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7BE7E
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Sep 2021 12:22:23 +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: <1631449336.961151f522221f25c6a01a79ded89ed5827a8234.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: 961151f522221f25c6a01a79ded89ed5827a8234
X-VCS-Branch: master
Date: Sun, 12 Sep 2021 12:22: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: 3bf94da9-e5f2-4daf-b7b4-c06da2dfe3a3
X-Archives-Hash: fd2f10e945335efb907d42aac3567e9e

commit:     961151f522221f25c6a01a79ded89ed5827a8234
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Sun Sep 12 11:18:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 12:22:16 2021 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=961151f5

repositories: fix domain for DankDumpster

Closes: https://github.com/gentoo/api-gentoo-org/pull/428
Signed-off-by: Michał Górny <mgorny <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 ab3cc20..1ddaf22 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -879,7 +879,7 @@
       <name>DankDumpster</name>
       <email>dev@mtbk.me</email>
     </owner>
-    <source type="git">https://gitlab.com/DankDumpster/gentoo-overlay.git</source>
+    <source type="git">https://github.com/DankDumpster/gentoo-overlay.git</source>
     <source type="git">git+ssh://git@github.com/DankDumpster/gentoo-overlay.git</source>
     <feed>https://github.com/DankDumpster/gentoo-overlay/commits/main.atom</feed>
   </repo>