guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: chipmunk: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: chipmunk: Use HTTPS home page URI.
Date: Fri, 17 Jan 2020 15:26:53 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d0bb1c2  gnu: chipmunk: Use HTTPS home page URI.
d0bb1c2 is described below

commit d0bb1c2f5c150937939fd138c37b6cc367b542e1
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri Jan 17 21:26:42 2020 +0100

    gnu: chipmunk: Use HTTPS home page URI.
    
    * gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 3865340..ee8dea2 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]