diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-01 19:48:18 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-06-01 11:59:49 -0700 |
commit | 45275ed039b088d95fe8d8a549368609872d29b0 (patch) | |
tree | cf2e49f08f27e1823083ef8fe8530134f8a274cc /sys-fs/hfsutils | |
parent | x11-misc/xtermcontrol: use HTTPs (diff) | |
download | gentoo-45275ed039b088d95fe8d8a549368609872d29b0.tar.gz gentoo-45275ed039b088d95fe8d8a549368609872d29b0.tar.bz2 gentoo-45275ed039b088d95fe8d8a549368609872d29b0.zip |
sys-fs/hfsutils: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8685
Diffstat (limited to 'sys-fs/hfsutils')
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild index e6aad9cbc5b6..1d19c5f6f8e0 100644 --- a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild +++ b/sys-fs/hfsutils/hfsutils-3.2.6-r5.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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="HFS FS Access utils" -HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/" +HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/" SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz" LICENSE="GPL-2" |