Skip to content

Commit

Permalink
fix homepage links in cargo manifests (#126)
Browse files Browse the repository at this point in the history
As reported in #122 we have some broken links. This change updates
those links to point to the github repo.
  • Loading branch information
brayniac authored Oct 31, 2024
1 parent f0e3edc commit 9bc27dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ratelimit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Brian Martin <brian@pelikan.io>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A simple ratelimiter that can be shared between threads"
homepage = "https://github.com/pelikan-io/rustcommon/ratelimit"
homepage = "https://github.com/pelikan-io/rustcommon"
repository = "https://github.com/pelikan-io/rustcommon"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion waterfall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Brian Martin <brian@pelikan.io>"]
edition = "2021"
license = "Apache-2.0"
description = "Generates waterfalls from heatmaps"
homepage = "https://github.com/pelikan-io/rustcommon/waterfall"
homepage = "https://github.com/pelikan-io/rustcommon"
repository = "https://github.com/pelikan-io/rustcommon"

[dependencies]
Expand Down

0 comments on commit 9bc27dc

Please sign in to comment.