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 A5FED138331 for ; Fri, 18 May 2018 12:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFCAFE097C; Fri, 18 May 2018 12:34:26 +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 AC2ABE097C for ; Fri, 18 May 2018 12:34:26 +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 82F8C335C84 for ; Fri, 18 May 2018 12:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7952A3 for ; Fri, 18 May 2018 12:34:22 +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: <1526646746.9350d510321fe20f15f9f835bccbbc53eb4f562f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ctmg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ctmg/ctmg-1.2.ebuild X-VCS-Directories: sys-fs/ctmg/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 9350d510321fe20f15f9f835bccbbc53eb4f562f X-VCS-Branch: master Date: Fri, 18 May 2018 12:34:22 +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: b25b9b99-c3be-4d66-8cf2-9af79f6b4892 X-Archives-Hash: ca17b968dc02f734743848212dd5de83 commit: 9350d510321fe20f15f9f835bccbbc53eb4f562f Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 17 08:05:29 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 18 12:32:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9350d510 sys-fs/ctmg: use HTTPS sys-fs/ctmg/ctmg-1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/ctmg/ctmg-1.2.ebuild b/sys-fs/ctmg/ctmg-1.2.ebuild index a225c80fafb..7f05530078a 100644 --- a/sys-fs/ctmg/ctmg-1.2.ebuild +++ b/sys-fs/ctmg/ctmg-1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Simple wrapper around cryptsetup for encrypted containers" -HOMEPAGE="http://git.zx2c4.com/ctmg/about/" -SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" +HOMEPAGE="https://git.zx2c4.com/ctmg/about/" +SRC_URI="https://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" LICENSE="MIT" SLOT="0"