Skip to content

Commit 40eb356

Browse files
Replace homepage attribute with repository in Cargo.toml (#109)
1 parent 2ee358c commit 40eb356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["dignifiedquire <[email protected]>", "Parity Technologies <ad
33
description = "Implementation of the multiaddr format"
44
edition = "2021"
55
rust-version = "1.59.0"
6-
homepage = "https://github.com/multiformats/rust-multiaddr"
6+
repository = "https://github.com/multiformats/rust-multiaddr"
77
keywords = ["multiaddr", "ipfs"]
88
license = "MIT"
99
name = "multiaddr"

0 commit comments

Comments
 (0)