diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-19 10:21:35 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-19 12:39:41 +0100 |
commit | cd8be2a0b00a2a6184273e7936edb5fdd55c6bda (patch) | |
tree | f65c204b1585523fcd5cba8245029df70b66dea6 /sci-visualization/gle | |
parent | sci-misc/gt-itm: use HTTPS (diff) | |
download | gentoo-cd8be2a0b00a2a6184273e7936edb5fdd55c6bda.tar.gz gentoo-cd8be2a0b00a2a6184273e7936edb5fdd55c6bda.tar.bz2 gentoo-cd8be2a0b00a2a6184273e7936edb5fdd55c6bda.zip |
sci-visualization/gle: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28335
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-visualization/gle')
-rw-r--r-- | sci-visualization/gle/gle-4.2.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/gle/gle-4.2.5-r2.ebuild b/sci-visualization/gle/gle-4.2.5-r2.ebuild index 185bd857cbb2..4b5b8440b544 100644 --- a/sci-visualization/gle/gle-4.2.5-r2.ebuild +++ b/sci-visualization/gle/gle-4.2.5-r2.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 @@ -8,7 +8,7 @@ inherit autotools elisp-common flag-o-matic MY_P=${PN}-graphics-${PV} DESCRIPTION="Graphics Layout Engine" -HOMEPAGE="http://glx.sourceforge.net/" +HOMEPAGE="https://glx.sourceforge.net" SRC_URI="mirror://sourceforge/glx/${MY_P}f-src.tar.gz" S="${WORKDIR}/${MY_P}" |