summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-27 19:48:58 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-02-27 20:44:47 +0000
commitd189ae8bf293a9fff71baf13ce923d3a29a337f6 (patch)
tree7c6e976de7508148b93be04101e19380e1c3043c
parentgames-rpg/soltys: use HTTPS (diff)
downloadgentoo-d189ae8b.tar.gz
gentoo-d189ae8b.tar.bz2
gentoo-d189ae8b.zip
media-libs/glfw: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--media-libs/glfw/glfw-3.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glfw/glfw-3.2.1.ebuild b/media-libs/glfw/glfw-3.2.1.ebuild
index 8023c7964fa2..9042d28f2df1 100644
--- a/media-libs/glfw/glfw-3.2.1.ebuild
+++ b/media-libs/glfw/glfw-3.2.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="The Portable OpenGL FrameWork"
-HOMEPAGE="http://www.glfw.org/"
+HOMEPAGE="https://www.glfw.org/"
SRC_URI="mirror://sourceforge/glfw/${P}.tar.bz2"
LICENSE="ZLIB"