Skip to content

Commit 1964acd

Browse files
committed
Fix Cargo.toml manifest homepage metadata
1 parent 6a936b3 commit 1964acd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
description = "Safe interop between Rust and C++"
99
repository = "https://github.com/dtolnay/cxx"
1010
documentation = "https://docs.rs/cxx"
11-
website = "https://cxx.rs"
11+
homepage = "https://cxx.rs"
1212
readme = "README.md"
1313
exclude = ["/demo", "/gen", "/syntax", "/third-party"]
1414
keywords = ["ffi"]

gen/build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "C++ code generator for integrating `cxx` crate into a Cargo build."
88
repository = "https://github.com/dtolnay/cxx"
9-
website = "https://cxx.rs"
9+
homepage = "https://cxx.rs"
1010
exclude = ["build.rs"]
1111
keywords = ["ffi"]
1212
categories = ["development-tools::ffi"]

gen/cmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "C++ code generator for integrating `cxx` crate into a non-Cargo build."
88
repository = "https://github.com/dtolnay/cxx"
9-
website = "https://cxx.rs"
9+
homepage = "https://cxx.rs"
1010
exclude = ["build.rs"]
1111
keywords = ["ffi"]
1212
categories = ["development-tools::ffi"]

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "Implementation detail of the `cxx` crate."
88
repository = "https://github.com/dtolnay/cxx"
9-
website = "https://cxx.rs"
9+
homepage = "https://cxx.rs"
1010
exclude = ["build.rs", "README.md"]
1111
keywords = ["ffi"]
1212
categories = ["development-tools::ffi"]

0 commit comments

Comments
 (0)