From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild') diff --git a/app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild b/app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild index 7bf79eecf4a6..be23fffd0ab9 100644 --- a/app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild +++ b/app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit multilib DESCRIPTION="Utility to change the OpenGL interface being used" -HOMEPAGE="http://www.gentoo.org/" +HOMEPAGE="https://www.gentoo.org/" # Source: # http://www.opengl.org/registry/api/glext.h @@ -15,7 +15,7 @@ HOMEPAGE="http://www.gentoo.org/" GLEXT="85" GLXEXT="34" -MIRROR="http://dev.gentoo.org/~mattst88/distfiles" +MIRROR="https://dev.gentoo.org/~mattst88/distfiles" SRC_URI="${MIRROR}/glext.h.${GLEXT}.xz ${MIRROR}/glxext.h.${GLXEXT}.xz ${MIRROR}/${P}.tar.xz" -- cgit v1.2.3-65-gdbad