gnu: ode: Use HTTPS home page.
* gnu/packages/game-development.scm (ode)[home-page]: Use HTTPS.
This commit is contained in:
parent
680e803d66
commit
76fcbb7887
1 changed files with 1 additions and 1 deletions
|
@ -2078,7 +2078,7 @@ a.k.a. XenoCollide) as described in Game Programming Gems 7.")
|
||||||
`(("glu" ,glu)
|
`(("glu" ,glu)
|
||||||
("libccd" ,libccd)
|
("libccd" ,libccd)
|
||||||
("mesa" ,mesa)))
|
("mesa" ,mesa)))
|
||||||
(home-page "http://www.ode.org/")
|
(home-page "https://www.ode.org/")
|
||||||
(synopsis "High performance library for simulating rigid body dynamics")
|
(synopsis "High performance library for simulating rigid body dynamics")
|
||||||
(description "ODE is a high performance library for simulating
|
(description "ODE is a high performance library for simulating
|
||||||
rigid body dynamics. It is fully featured, stable, mature and
|
rigid body dynamics. It is fully featured, stable, mature and
|
||||||
|
|
Reference in a new issue