From b3ba9950c7c793618aca71ad6cc2ccb3c3c8826e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20R=C3=A9veillon?= Date: Fri, 19 Nov 2021 10:21:41 +0100 Subject: [PATCH] Fixed repository --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4267262..a19c8bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ authors = ["T. Okubo "] description = "Rust bindings for libVLC media framework." keywords = ["libVLC", "bindings"] -repository = "https://github.com/garkimasera/vlc-rs" +repository = "https://code.videolan.org/videolan/vlc-rs" +homepage = "https://code.videolan.org/videolan/vlc-rs" license = "MIT" readme = "README.md" edition = "2018"