commit: 9350d510321fe20f15f9f835bccbbc53eb4f562f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu May 17 08:05:29 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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"