Upgrade plain-HTTP links to HTTPS in Cargo.toml files (#498)

Co-authored-by: Benji Smith <6193112+Benjins@users.noreply.github.com>
This commit is contained in:
Benjins-automation 2023-05-21 02:02:32 -04:00 committed by GitHub
parent 023ee21e21
commit 8f949a81c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
description = "Audio playback library"
keywords = ["audio", "playback", "gamedev"]
repository = "https://github.com/RustAudio/rodio"
documentation = "http://docs.rs/rodio"
documentation = "https://docs.rs/rodio"
exclude = ["assets/**", "tests/**"]
edition = "2021"