multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

Replace homepage attribute with repository in Cargo.toml #109

Closed paolobarbolini closed 5 months ago

paolobarbolini commented 5 months ago

Hi! While scraping crates.io I've found this crate to be missing the repository attribute in Cargo.toml. This attribute makes it easy for users and scrapers, including security tools, to find about the repository behind a crate. I've decided to replace the homepage attribute with repository as that is the more common choice among crates.