Skip to content

Commit

Permalink
chore: Use the repository instead of the homepage field in Cargo.toml…
Browse files Browse the repository at this point in the history
… [skip ci]

Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Dec 9, 2024
1 parent 5f6d34e commit 01ff070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/libscoop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libscoop"
description = "Rust library implementation of Scoop"
homepage = "https://github.com/chawyehsu/hok"
repository = "https://github.com/chawyehsu/hok"
documentation = "https://docs.rs/libscoop"
version = "0.1.0-beta.7"
authors = ["Chawye Hsu <su+cratesio@chawyehsu.com>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/scoop_hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scoop-hash"
description = "Hashing library for libscoop"
homepage = "https://github.com/chawyehsu/hok"
repository = "https://github.com/chawyehsu/hok"
version = "0.1.0-beta.7"
authors = ["Chawye Hsu <su+cratesio@chawyehsu.com>"]
categories = ["cryptography"]
Expand Down

0 comments on commit 01ff070

Please sign in to comment.