Skip to content

Commit 587c330

Browse files
committed
minifest: Remove homepage
`homepage` is meaningless if it just points to the repo. And from the docs: A value should only be set for homepage if there is a dedicated website for the crate other than the source repository or API documentation. Do not make homepage redundant with either the documentation or repository values.
1 parent 7d8d547 commit 587c330

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 @@ version = "0.31.1"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>" ]
66
license = "CC0-1.0"
7-
homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
87
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
98
documentation = "https://docs.rs/secp256k1/"
109
description = "Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities."

0 commit comments

Comments
 (0)