From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EF987138334 for ; Mon, 22 Apr 2019 01:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D18EFE0885; Mon, 22 Apr 2019 01:47:59 +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 B783AE0885 for ; Mon, 22 Apr 2019 01:47:59 +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 90686341F0C for ; Mon, 22 Apr 2019 01:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52D4560 for ; Mon, 22 Apr 2019 01:47:56 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1555897648.44690e11c2af4a58e3c278f8d6967071e65fd7f4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate/mate-1.22.ebuild X-VCS-Directories: mate-base/mate/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 44690e11c2af4a58e3c278f8d6967071e65fd7f4 X-VCS-Branch: master Date: Mon, 22 Apr 2019 01:47:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c78e951a-8b90-46dc-9ca9-48cf250c4666 X-Archives-Hash: 6d06bf85fedf0ac00b44e84087ba2b7f commit: 44690e11c2af4a58e3c278f8d6967071e65fd7f4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 21 19:39:24 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 22 01:47:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44690e11 mate-base/mate: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11767 Signed-off-by: Aaron Bauman gentoo.org> mate-base/mate/mate-1.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/mate/mate-1.22.ebuild b/mate-base/mate/mate-1.22.ebuild index 3a2c455d18f..20802025cab 100644 --- a/mate-base/mate/mate-1.22.ebuild +++ b/mate-base/mate/mate-1.22.ebuild @@ -15,7 +15,7 @@ fi SRC_URI="" DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" -HOMEPAGE="http://mate-desktop.org" +HOMEPAGE="https://mate-desktop.org" LICENSE="metapackage"