diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2021-02-06 18:07:27 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-11 21:33:49 +0100 |
commit | a5a1bb4938a481659aa2840a489352ab6d9ffdaa (patch) | |
tree | fa4aa112b435ee4602eca1519a705d2f6b29cf10 /app-misc/hivex | |
parent | app-text/groonga: use HTTPS (diff) | |
download | gentoo-a5a1bb4938a481659aa2840a489352ab6d9ffdaa.tar.gz gentoo-a5a1bb4938a481659aa2840a489352ab6d9ffdaa.tar.bz2 gentoo-a5a1bb4938a481659aa2840a489352ab6d9ffdaa.zip |
app-misc/hivex: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/19351
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/hivex')
-rw-r--r-- | app-misc/hivex/hivex-1.3.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild index 3f22a0860bef..38d0a31f9cd0 100644 --- a/app-misc/hivex/hivex-1.3.18.ebuild +++ b/app-misc/hivex/hivex-1.3.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,8 +11,8 @@ PYTHON_COMPAT=( python3_{7,8} ) inherit eutils perl-module ruby-ng python-single-r1 DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" -HOMEPAGE="http://libguestfs.org" -SRC_URI="http://libguestfs.org/download/${PN}/${P}.tar.gz" +HOMEPAGE="https://libguestfs.org" +SRC_URI="https://libguestfs.org/download/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |