guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: glm: Update home page.


From: Marius Bakke
Subject: 02/03: gnu: glm: Update home page.
Date: Sat, 28 Jul 2018 12:13:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 46bda5eb7a22dc314d7632ab1b8636b37e71ac85
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]