diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-15 21:33:30 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:09 +0100 |
commit | 8d5dcdf6471f05c2012099cd2e2b72c7f3045caa (patch) | |
tree | c69562ae4d14e953d772f067914193cb179d8340 /sci-libs | |
parent | sci-geosciences/opencpn-plugin-radar: update github link (diff) | |
download | gentoo-8d5dcdf6471f05c2012099cd2e2b72c7f3045caa.tar.gz gentoo-8d5dcdf6471f05c2012099cd2e2b72c7f3045caa.tar.bz2 gentoo-8d5dcdf6471f05c2012099cd2e2b72c7f3045caa.zip |
sci-libs/libnova: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35771
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libnova/libnova-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/libnova/libnova-0.16.0.ebuild b/sci-libs/libnova/libnova-0.16.0.ebuild index 50144069b11d..bc3ef11b3d3a 100644 --- a/sci-libs/libnova/libnova-0.16.0.ebuild +++ b/sci-libs/libnova/libnova-0.16.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="Celestial Mechanics and Astronomical Calculation Library" -HOMEPAGE="http://libnova.sourceforge.net/" +HOMEPAGE="https://libnova.sourceforge.net/" SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" LICENSE="LGPL-2" |