diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-10 13:50:17 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-04-10 22:24:17 +0300 |
commit | 3bc08b1e736e3faca0666497b644b505cca2e26b (patch) | |
tree | ce5716b64277ad0417d1377fc24b187a750de72d /app-crypt | |
parent | app-crypt/pkcrack: use HTTPS (diff) | |
download | gentoo-3bc08b1e736e3faca0666497b644b505cca2e26b.tar.gz gentoo-3bc08b1e736e3faca0666497b644b505cca2e26b.tar.bz2 gentoo-3bc08b1e736e3faca0666497b644b505cca2e26b.zip |
app-crypt/md6sum: use HTTPS
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/md6sum/md6sum-1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild index 0447b87fa2ed..93020816bfd6 100644 --- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild +++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="A C implementation of MD6" -HOMEPAGE="http://groups.csail.mit.edu/cis/md6" +HOMEPAGE="https://groups.csail.mit.edu/cis/md6" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" |