aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-28 17:56:59 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-28 17:56:59 +0200
commit46bda5eb7a22dc314d7632ab1b8636b37e71ac85 (patch)
treee17ba7fc86cabfdcd420ed0d305b06e4eec69cce
parent5ea4b5943d4ce427900bb2e2e49ce27d2b293404 (diff)
downloadguix-46bda5eb7a22dc314d7632ab1b8636b37e71ac85.tar
guix-46bda5eb7a22dc314d7632ab1b8636b37e71ac85.tar.gz
gnu: glm: Update home page.
* gnu/packages/maths.scm (glm)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6749afd01b..1d7ef6f211 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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)