diff options
-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}" |