diff --git a/Cargo.toml b/Cargo.toml index 83448a8..4711022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "libdvb-rs" -version = "0.4.6" +version = "0.4.7" description = "Safer and feature-complete pure-Rust interface for DVB-API v5 devices in Linux" authors = ["Cesbo Developers Team ", "Daniil Gentili "] license = "MIT" readme = "README.md" documentation = "https://docs.rs/libdvb" -repository = "https://github.com/cesbo/libdvb" +repository = "https://github.com/danog/libdvb" keywords = ["dvb", "ts"] categories = ["api-bindings", "hardware-support"] edition = "2018"