gnu: chipmunk: Use HTTPS home page URI.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 17 Jan 2020 20:26:42 +0000 (21:26 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 17 Jan 2020 20:26:42 +0000 (21:26 +0100)
* gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI.

gnu/packages/game-development.scm

index 3865340..ee8dea2 100644 (file)
@@ -2044,7 +2044,7 @@ computer games, 3D authoring tools and simulation tools.")
      `(("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.")