From f2c118e0133bb17b50a0447abd4a85b2767e40c7 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Tue, 25 Aug 2020 22:25:49 +0200 Subject: Fix links in Cargo.toml. --- build/rapier_testbed3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/rapier_testbed3d') diff --git a/build/rapier_testbed3d/Cargo.toml b/build/rapier_testbed3d/Cargo.toml index 31cdbb9..58189dd 100644 --- a/build/rapier_testbed3d/Cargo.toml +++ b/build/rapier_testbed3d/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = [ "Sébastien Crozet " ] description = "Testbed for the 3-dimensional physics engine in Rust." homepage = "http://rapier.org" -repository = "https://github.com/rustsim/rapier" +repository = "https://github.com/dimforge/rapier" keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" edition = "2018" -- cgit