about summary refs log tree commit diff
path: root/pkgs/development/libraries/bullet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/bullet/default.nix')
-rw-r--r--pkgs/development/libraries/bullet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/bullet/default.nix b/pkgs/development/libraries/bullet/default.nix
index 0c9f0903f148..e7b500905370 100644
--- a/pkgs/development/libraries/bullet/default.nix
+++ b/pkgs/development/libraries/bullet/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
       Bullet 3D Game Multiphysics Library provides state of the art collision
       detection, soft body and rigid body dynamics.
     '';
-    homepage = http://code.google.com/p/bullet/;
+    homepage = http://bulletphysics.org;
     license = stdenv.lib.licenses.zlib;
     maintainers = with stdenv.lib.maintainers; [ aforemny ];
     platforms = with stdenv.lib.platforms; unix;