gnu: glm: Update home page.

* gnu/packages/maths.scm (glm)[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2018-07-28 17:56:59 +02:00
parent 5ea4b5943d
commit 46bda5eb7a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3268,7 +3268,7 @@ (define-public glm
(build-system cmake-build-system)
(native-inputs
`(("unzip" ,unzip)))
(home-page "http://glm.g-truc.net")
(home-page "https://glm.g-truc.net/")
(synopsis "OpenGL Mathematics library")
(description "OpenGL Mathematics (GLM) is a header-only C++ mathematics
library for graphics software based on the OpenGL Shading Language (GLSL)