summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-01-17 21:26:42 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-01-17 21:26:42 +0100
commitd0bb1c2f5c150937939fd138c37b6cc367b542e1 (patch)
tree3133c379cdf893e93a30c82a1033f763e28e7f05
parent8b08cf4fdd55aca99fbd7dd8de974f1d6744e10a (diff)
downloadpatches-d0bb1c2f5c150937939fd138c37b6cc367b542e1.tar
patches-d0bb1c2f5c150937939fd138c37b6cc367b542e1.tar.gz
gnu: chipmunk: Use HTTPS home page URI.
* gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI.
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ 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.")