guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: ode: Use HTTPS home page.


From: guix-commits
Subject: 05/06: gnu: ode: Use HTTPS home page.
Date: Tue, 10 Mar 2020 07:08:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 76fcbb788798ce294e29afd8f46b8580c6cd20a8
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:12:46 2020 +0100

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

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 2626337..7638a54 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2078,7 +2078,7 @@ a.k.a. XenoCollide) as described in Game Programming Gems 
7.")
      `(("glu" ,glu)
        ("libccd" ,libccd)
        ("mesa" ,mesa)))
-    (home-page "http://www.ode.org/";)
+    (home-page "https://www.ode.org/";)
     (synopsis "High performance library for simulating rigid body dynamics")
     (description "ODE is a high performance library for simulating
 rigid body dynamics.  It is fully featured, stable, mature and



reply via email to

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