diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-27 10:30:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-27 10:30:06 +0100 |
commit | 3bf364a729e1a42fc7db4b401cd3a028b000391e (patch) | |
tree | 9f3905dc3f3ffcd9f9c22009cf154083e28b7559 /net-misc | |
parent | net-libs/liboauth: use https (diff) | |
download | gentoo-3bf364a729e1a42fc7db4b401cd3a028b000391e.tar.gz gentoo-3bf364a729e1a42fc7db4b401cd3a028b000391e.tar.bz2 gentoo-3bf364a729e1a42fc7db4b401cd3a028b000391e.zip |
net-misc/hylafaxplus: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild b/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild index a4859f2b0da8..a277aaf7927f 100644 --- a/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild +++ b/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MY_PN="${PN/plus/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Enterprise client-server fax package for class 1 and 2 fax modems" -HOMEPAGE="http://hylafax.sourceforge.net" +HOMEPAGE="https://hylafax.sourceforge.io/" SRC_URI="mirror://sourceforge/hylafax/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" |