nckx pushed a commit to branch master
in repository guix.
commit 76fcbb788798ce294e29afd8f46b8580c6cd20a8
Author: Tobias Geerinckx-Rice <[email protected]>
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