From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1178336-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 DD41D1382C5
	for <garchives@archives.gentoo.org>; Tue,  9 Jun 2020 13:24:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07670E089A;
	Tue,  9 Jun 2020 13:24:21 +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 E2AF5E089A
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Jun 2020 13:24:20 +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 6D3E634F0D1
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Jun 2020 13:24:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 03BCA1DA
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Jun 2020 13:24:18 +0000 (UTC)
From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org>
Message-ID: <1591709054.13a6589dbc5424dca2e90b131073c83064184665.ago@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/exo/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/exo/exo-1.11.0.ebuild
X-VCS-Directories: app-admin/exo/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: 13a6589dbc5424dca2e90b131073c83064184665
X-VCS-Branch: master
Date: Tue,  9 Jun 2020 13:24:18 +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: dfb17dfb-2268-4839-8362-9aa7b774c3e7
X-Archives-Hash: 8477f8eb37de307e04357de4414815b7

commit:     13a6589dbc5424dca2e90b131073c83064184665
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 13:24:14 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 13:24:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a6589d

app-admin/exo: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-admin/exo/exo-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/exo/exo-1.11.0.ebuild b/app-admin/exo/exo-1.11.0.ebuild
index 6755fc9a5c8..8bdad808508 100644
--- a/app-admin/exo/exo-1.11.0.ebuild
+++ b/app-admin/exo/exo-1.11.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, dns."
-HOMEPAGE="https://exoscale.github.io/cli"
+HOMEPAGE="https://github.com/exoscale/cli"
 SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"