diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-27 19:48:58 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-02-27 20:44:47 +0000 |
commit | d189ae8bf293a9fff71baf13ce923d3a29a337f6 (patch) | |
tree | 7c6e976de7508148b93be04101e19380e1c3043c /media-libs/glfw | |
parent | games-rpg/soltys: use HTTPS (diff) | |
download | gentoo-d189ae8bf293a9fff71baf13ce923d3a29a337f6.tar.gz gentoo-d189ae8bf293a9fff71baf13ce923d3a29a337f6.tar.bz2 gentoo-d189ae8bf293a9fff71baf13ce923d3a29a337f6.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>
Diffstat (limited to 'media-libs/glfw')
-rw-r--r-- | media-libs/glfw/glfw-3.2.1.ebuild | 4 |
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" |