gnu: glm: Update home page.
* gnu/packages/maths.scm (glm)[home-page]: Use HTTPS.
This commit is contained in:
parent
5ea4b5943d
commit
46bda5eb7a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue