From 642424aae152396fe05197e9cb6583efbf48dc6c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 15 Jun 2023 21:27:40 +0200 Subject: [PATCH] x11-libs/libGLw: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/31466 Signed-off-by: Sam James --- x11-libs/libGLw/libGLw-8.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libGLw/libGLw-8.0.0-r1.ebuild b/x11-libs/libGLw/libGLw-8.0.0-r1.ebuild index 6be3bab29d6b3..578224c74202e 100644 --- a/x11-libs/libGLw/libGLw-8.0.0-r1.ebuild +++ b/x11-libs/libGLw/libGLw-8.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 MY_P=glw-"${PV}" DESCRIPTION="Mesa GLw library" -HOMEPAGE="http://mesa3d.sourceforge.net/" +HOMEPAGE="https://mesa3d.sourceforge.net/" SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/glw/${MY_P}.tar.bz2" LICENSE="MIT"