From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1250326-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 4D1041382C5
	for <garchives@archives.gentoo.org>; Fri, 12 Feb 2021 12:30:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EE54CE0BB1;
	Fri, 12 Feb 2021 12:30:14 +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 D715AE0BB1
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Feb 2021 12:30:14 +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 D8433335DB6
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Feb 2021 12:30:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4803F4F9
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Feb 2021 12:30:10 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1613132702.6614258388a7fbdec63d034b4deaff56de014ec8.juippis@gentoo>
Subject: [gentoo-commits] data/api:master commit in: files/mirrors/
X-VCS-Repository: data/api
X-VCS-Files: files/mirrors/distfiles.xml
X-VCS-Directories: files/mirrors/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 6614258388a7fbdec63d034b4deaff56de014ec8
X-VCS-Branch: master
Date: Fri, 12 Feb 2021 12:30:10 +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: af22e5ff-c694-459b-aa89-277ab8814062
X-Archives-Hash: c26a8669585746037cb8b526e70efe5d

commit:     6614258388a7fbdec63d034b4deaff56de014ec8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 12:25:02 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 12:25:02 2021 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=66142583

mirrors: fix aarnet.edu.au URL

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 78afd43..870bad2 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -346,7 +346,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
   <mirrorgroup region="Oceania" country="AU" countryname="Australia">
     <mirror>
       <name>AARnet</name>
-      <uri protocol="http" ipv4="y" ipv6="y" partial="n">httos://mirror.aarnet.edu.au/pub/gentoo/</uri>
+      <uri protocol="http" ipv4="y" ipv6="y" partial="n">https://mirror.aarnet.edu.au/pub/gentoo/</uri>
       <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.aarnet.edu.au/pub/gentoo/</uri>
       <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.aarnet.edu.au/pub/gentoo/</uri>
     </mirror>