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 B91901382C5 for ; Tue, 20 Feb 2018 10:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC8F9E0B09; Tue, 20 Feb 2018 10:30:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 88AEEE0B09 for ; Tue, 20 Feb 2018 10:30: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 37864335C2A for ; Tue, 20 Feb 2018 10:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A7B81A7 for ; Tue, 20 Feb 2018 10:30:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1519122612.f5e9ece7d2b77ba0fac3c076be4605489ff9e8c4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/heimdall/heimdall-1.4.2.ebuild app-mobilephone/heimdall/heimdall-9999.ebuild X-VCS-Directories: app-mobilephone/heimdall/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f5e9ece7d2b77ba0fac3c076be4605489ff9e8c4 X-VCS-Branch: master Date: Tue, 20 Feb 2018 10:30:17 +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-Archives-Salt: 54833fae-22d2-44f3-8583-4424057758a8 X-Archives-Hash: 7fe6be4a11c0cddd87dbf6664f83a72a commit: f5e9ece7d2b77ba0fac3c076be4605489ff9e8c4 Author: Francesco Turco fastmail fm> AuthorDate: Sat Feb 3 13:39:44 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 20 10:30:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e9ece7 app-mobilephone/heimdall: use HTTPS for HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7033 app-mobilephone/heimdall/heimdall-1.4.2.ebuild | 4 ++-- app-mobilephone/heimdall/heimdall-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild index 944650f2add..02bca30a9f2 100644 --- a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild +++ b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ else fi DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices" -HOMEPAGE="http://glassechidna.com.au/heimdall/" +HOMEPAGE="https://glassechidna.com.au/heimdall/" LICENSE="MIT" SLOT="0" diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 944650f2add..02bca30a9f2 100644 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ b/app-mobilephone/heimdall/heimdall-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ else fi DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices" -HOMEPAGE="http://glassechidna.com.au/heimdall/" +HOMEPAGE="https://glassechidna.com.au/heimdall/" LICENSE="MIT" SLOT="0"