Upgrade plain-HTTP links to HTTPS in Cargo.toml files
This commit is contained in:
@@ -3,8 +3,8 @@ name = "rapier3d"
|
||||
version = "0.17.2"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user