Skip to content

Commit db38794

Browse files
Remove homepage from Cargo.toml
It's just a (redundant) link to the repo, not a real homepage. According to the [API guidelines](https://github.com/brson/rust-api-guidelines#cargotoml-includes-all-common-metadata-c-metadata), this shouldn't be set in this case.
1 parent f8406b8 commit db38794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name = "nix"
44
description = "Rust friendly bindings to *nix APIs"
55
version = "0.9.0-pre"
66
authors = ["The nix-rust Project Developers"]
7-
homepage = "https://github.com/nix-rust/nix"
87
repository = "https://github.com/nix-rust/nix"
98
license = "MIT"
109
categories = ["os::unix-apis"]

0 commit comments

Comments
 (0)