From f6806bfbad105cd4c0f5bece533820fe18e8e14c Mon Sep 17 00:00:00 2001 From: Benji Smith <6193112+Benjins@users.noreply.github.com> Date: Sat, 20 May 2023 18:37:06 -0400 Subject: Upgrade plain-HTTP links to HTTPS in Cargo.toml files --- crates/rapier2d-f64/Cargo.toml | 4 ++-- crates/rapier2d/Cargo.toml | 4 ++-- crates/rapier3d-f64/Cargo.toml | 4 ++-- crates/rapier3d/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index 992e232..a3b18af 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier2d-f64" version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier2d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier2d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index c6a56d6..78a4e5c 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier2d" version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier2d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier2d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index c4d5295..84ccf53 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier3d-f64" version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "3-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier3d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier3d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index b4e5a2c..0e8bbc4 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier3d" version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "3-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier3d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier3d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] -- cgit