Skip to content

Commit 68f1f05

Browse files
committed
Fix repository and homepage links in Cargo.toml
1 parent 39fc215 commit 68f1f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "cc"
33
version = "1.0.73"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/alexcrichton/cc-rs"
7-
homepage = "https://github.com/alexcrichton/cc-rs"
6+
repository = "https://github.com/rust-lang/cc-rs"
7+
homepage = "https://github.com/rust-lang/cc-rs"
88
documentation = "https://docs.rs/cc"
99
description = """
1010
A build-time dependency for Cargo build scripts to assist in invoking the native

0 commit comments

Comments
 (0)