gnu: glm: Update home page.

* gnu/packages/maths.scm (glm)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -3268,7 +3268,7 @@ Failure to do so will result in a library with poor performance.")
(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)