diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 3865340b24..ee8dea23b5 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2044,7 +2044,7 @@ (define-public chipmunk `(("freeglut" ,freeglut) ("libxmu" ,libxmu) ("libxrandr" ,libxrandr))) - (home-page "http://chipmunk2d.net/") + (home-page "https://chipmunk-physics.net/") (synopsis "Fast and lightweight 2D game physics library") (description "Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics library written in C.")