Skip to content

Commit

Permalink
fix: replace homepage cargo field with repository
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored and jcreekmore committed Apr 7, 2024
1 parent 4fb9ff6 commit 96ded34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "dmidecode"
version = "0.8.0"
description = "Decode SMBIOS/DMI information into accessible data structures"
documentation = "https://docs.rs/dmidecode/"
homepage = "https://github.com/jcreekmore/dmidecode.git"
repository = "https://github.com/jcreekmore/dmidecode"
license = "MIT"
rust-version = "1.62"

Expand Down

0 comments on commit 96ded34

Please sign in to comment.