diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-27 07:20:24 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-27 07:21:04 -0400 |
commit | beff92f0d46edea7b704e50883db8fd00c8d5865 (patch) | |
tree | 6471ed8d969a32b90254a58ebbe60ee855dde1c3 /sci-libs/mpfi | |
parent | sys-fs/bcachefs-tools: add 1.11.0 (diff) | |
download | gentoo-beff92f0d46edea7b704e50883db8fd00c8d5865.tar.gz gentoo-beff92f0d46edea7b704e50883db8fd00c8d5865.tar.bz2 gentoo-beff92f0d46edea7b704e50883db8fd00c8d5865.zip |
sci-libs/mpfi: use https for HOMEPAGE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/mpfi')
-rw-r--r-- | sci-libs/mpfi/mpfi-1.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/mpfi/mpfi-1.5.4.ebuild b/sci-libs/mpfi/mpfi-1.5.4.ebuild index 76afa306787b..d61bc2f3343d 100644 --- a/sci-libs/mpfi/mpfi-1.5.4.ebuild +++ b/sci-libs/mpfi/mpfi-1.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="Multiple precision interval arithmetic library based on MPFR" -HOMEPAGE="http://perso.ens-lyon.fr/nathalie.revol/software.html" +HOMEPAGE="https://perso.ens-lyon.fr/nathalie.revol/software.html" SRC_URI="https://gforge.inria.fr/frs/download.php/file/38111/${P}.tgz" # COPYING is GPL-3, COPYING.LESSER is LGPL-3, source file headers |