diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-17 10:05:29 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-18 08:32:26 -0400 |
commit | 9350d510321fe20f15f9f835bccbbc53eb4f562f (patch) | |
tree | 1a2a780e883490c768bb4a9c3ece0d533918de9d /sys-fs/ctmg | |
parent | mail-mta/opensmtpd: use HTTPS (diff) | |
download | gentoo-9350d510321fe20f15f9f835bccbbc53eb4f562f.tar.gz gentoo-9350d510321fe20f15f9f835bccbbc53eb4f562f.tar.bz2 gentoo-9350d510321fe20f15f9f835bccbbc53eb4f562f.zip |
sys-fs/ctmg: use HTTPS
Diffstat (limited to 'sys-fs/ctmg')
-rw-r--r-- | sys-fs/ctmg/ctmg-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/ctmg/ctmg-1.2.ebuild b/sys-fs/ctmg/ctmg-1.2.ebuild index a225c80fafbc..7f05530078a9 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" |