diff options
author | 2022-11-19 10:14:46 +0100 | |
---|---|---|
committer | 2022-11-19 12:39:36 +0100 | |
commit | 3a9487c1437d5ac616699d1681958d33cc6c2a53 (patch) | |
tree | 167b42fb92f91e5cd390a98d4348842be9c553fd /sci-libs | |
parent | sci-libs/mathgl: use HTTPS, fix LICENSE (diff) | |
download | gentoo-3a9487c1437d5ac616699d1681958d33cc6c2a53.tar.gz gentoo-3a9487c1437d5ac616699d1681958d33cc6c2a53.tar.bz2 gentoo-3a9487c1437d5ac616699d1681958d33cc6c2a53.zip |
sci-libs/plplot: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/plplot-5.15.0-r104.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/plplot/plplot-5.15.0-r104.ebuild b/sci-libs/plplot/plplot-5.15.0-r104.ebuild index b09ff4482286..8b488ede4624 100644 --- a/sci-libs/plplot/plplot-5.15.0-r104.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r104.ebuild @@ -13,7 +13,7 @@ CMAKE_MAKEFILE_GENERATOR=emake inherit cmake flag-o-matic fortran-2 java-pkg-opt-2 lua-single python-single-r1 virtualx wxwidgets DESCRIPTION="Multi-language scientific plotting library" -HOMEPAGE="http://plplot.sourceforge.net/" +HOMEPAGE="https://plplot.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" |