gnu: chipmunk: Use HTTPS home page URI.
* gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
8b08cf4fdd
commit
d0bb1c2f5c
1 changed files with 1 additions and 1 deletions
|
@ -2044,7 +2044,7 @@ computer games, 3D authoring tools and simulation tools.")
|
||||||
`(("freeglut" ,freeglut)
|
`(("freeglut" ,freeglut)
|
||||||
("libxmu" ,libxmu)
|
("libxmu" ,libxmu)
|
||||||
("libxrandr" ,libxrandr)))
|
("libxrandr" ,libxrandr)))
|
||||||
(home-page "http://chipmunk2d.net/")
|
(home-page "https://chipmunk-physics.net/")
|
||||||
(synopsis "Fast and lightweight 2D game physics library")
|
(synopsis "Fast and lightweight 2D game physics library")
|
||||||
(description "Chipmunk is a simple, lightweight, fast and portable 2D
|
(description "Chipmunk is a simple, lightweight, fast and portable 2D
|
||||||
rigid body physics library written in C.")
|
rigid body physics library written in C.")
|
||||||
|
|
Reference in a new issue