Skip to content

Commit a5ca31d

Browse files
committed
Auto merge of #11941 - atouchet:rep, r=ehuss
Update home repo URL According to the Readme in https://github.com/brson/home this is the new location of the home repository.
2 parents 9fb2294 + 91d431f commit a5ca31d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/home/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "home"
33
version = "0.5.4" # also update `html_root_url` in `src/lib.rs`
4-
authors = [ "Brian Anderson <[email protected]>" ]
4+
authors = ["Brian Anderson <[email protected]>"]
55
documentation = "https://docs.rs/home"
66
edition = "2018"
77
include = [
@@ -13,8 +13,8 @@ include = [
1313
]
1414
license = "MIT OR Apache-2.0"
1515
readme = "README.md"
16-
repository = "https://github.com/brson/home"
17-
description = "Shared definitions of home directories"
16+
repository = "https://github.com/rust-lang/cargo"
17+
description = "Shared definitions of home directories."
1818

1919
[target.'cfg(windows)'.dependencies]
2020
windows-sys = { version = "0.45.0", features = ["Win32_Foundation", "Win32_UI_Shell"] }

0 commit comments

Comments
 (0)