From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1019005-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 412EC138331
	for <garchives@archives.gentoo.org>; Sat, 21 Apr 2018 09:12:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A0BB1E086B;
	Sat, 21 Apr 2018 09:12:41 +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 7C3FCE086B
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Apr 2018 09:12:41 +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 7CB25335C78
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Apr 2018 09:12:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E583B292
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Apr 2018 09:12:38 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1524301948.a365c9dde2a678b42e3cf86155ae5cea5068bdba.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-5.11.5.ebuild kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild
X-VCS-Directories: kde-plasma/plasma-vault/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: a365c9dde2a678b42e3cf86155ae5cea5068bdba
X-VCS-Branch: master
Date: Sat, 21 Apr 2018 09:12:38 +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-Archives-Salt: 84efb45c-90f9-4327-8211-69d423b46e65
X-Archives-Hash: b969e8b048e40e199bde0c851b8e899d

commit:     a365c9dde2a678b42e3cf86155ae5cea5068bdba
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 21 08:22:05 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 09:12:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a365c9dd

kde-plasma/plasma-vault: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8093

 kde-plasma/plasma-vault/plasma-vault-5.11.5.ebuild | 2 +-
 kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.11.5.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.11.5.ebuild
index 537d4758024..19ff44969a9 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.11.5.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.11.5.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Plasma applet and services for creating encrypted vaults"
-HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/"
+HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/"
 
 LICENSE="LGPL-3"
 KEYWORDS="amd64 ~arm x86"

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild
index e346ad1f7d2..8fc315aa92c 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.12.4.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Plasma applet and services for creating encrypted vaults"
-HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/"
+HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/"
 
 LICENSE="LGPL-3"
 KEYWORDS="~amd64 ~arm ~x86"