mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 14:14:21 +00:00
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:
parent
023ee21e21
commit
8f949a81c8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
|
||||||
description = "Audio playback library"
|
description = "Audio playback library"
|
||||||
keywords = ["audio", "playback", "gamedev"]
|
keywords = ["audio", "playback", "gamedev"]
|
||||||
repository = "https://github.com/RustAudio/rodio"
|
repository = "https://github.com/RustAudio/rodio"
|
||||||
documentation = "http://docs.rs/rodio"
|
documentation = "https://docs.rs/rodio"
|
||||||
exclude = ["assets/**", "tests/**"]
|
exclude = ["assets/**", "tests/**"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue