diff --git a/Cargo.toml b/Cargo.toml index e375689..7442ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2021" authors = ["shiben"] description = "ZLMediaKit rust api" -repository = "https://github.com/benshi/rszlm" +repository = "https://github.com/BenLocal/rszlm" keywords = ["zlm", "zlmediakit", "rszlm"] [dependencies] diff --git a/rszlm-sys/Cargo.toml b/rszlm-sys/Cargo.toml index 971269a..d6bb3ea 100644 --- a/rszlm-sys/Cargo.toml +++ b/rszlm-sys/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["shiben"] description = "ZLMediaKit rust ffi api" -repository = "https://github.com/benshi/rszlm" +repository = "https://github.com/BenLocal/rszlm" keywords = ["zlm", "zlmediakit", "rszlm"] [dependencies]