mbakke pushed a commit to branch master
in repository guix.

commit 46bda5eb7a22dc314d7632ab1b8636b37e71ac85
Author: Marius Bakke <[email protected]>
Date:   Sat Jul 28 17:56:59 2018 +0200

    gnu: glm: Update home page.
    
    * gnu/packages/maths.scm (glm)[home-page]: Use HTTPS.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6749afd..1d7ef6f 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)

Reply via email to