diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index eaeb8d338..eb5a6e64b 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -6,7 +6,7 @@ description = "Identity service for Actix web" readme = "README.md" keywords = ["actix", "auth", "identity", "web", "security"] homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-web.git" +repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-identity/" license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 9f096d6ce..7acc578e3 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -9,7 +9,7 @@ authors = [ description = "Protobuf support for Actix web" readme = "README.md" keywords = ["actix", "protobuf", "protocol", "rpc"] -homepage = "https://github.com/actix/actix-extras" +homepage = "https://actix.rs" repository = "https://github.com/actix/actix-extras.git" license = "MIT OR Apache-2.0" exclude = [".cargo/config", "/examples/**"] diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index 3b0c91ff7..9f522b38e 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -6,7 +6,7 @@ description = "Redis integration for Actix web" license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["actix", "redis", "async", "session"] -homepage = "https://github.com/actix/actix-extras" +homepage = "https://actix.rs" repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-redis/" categories = ["network-programming", "asynchronous"] diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index d77c6f7a2..b6ec1b41c 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -6,7 +6,7 @@ description = "Sessions for Actix web" readme = "README.md" keywords = ["http", "web", "framework", "async", "session"] homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-web.git" +repository = "https://github.com/actix/actix-extras" documentation = "https://docs.rs/actix-session/" license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 4523d902c..f2499e956 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -8,7 +8,7 @@ authors = [ description = "HTTP authentication schemes for Actix web" readme = "README.md" keywords = ["http", "web", "framework", "authentication", "security"] -homepage = "https://github.com/actix/actix-extras" +homepage = "https://actix.rs" repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-web-httpauth/" categories = ["web-programming::http-server"]