From 95c9c1840aaecb969f1ad55328f6e69ef51958dd Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 11 Dec 2023 21:22:37 +0100 Subject: [PATCH] Fix #1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"