agg icon indicating copy to clipboard operation
agg copied to clipboard

Fix Cargo.toml repository URL

Open karip opened this issue 2 years ago • 0 comments

The Cargo.toml file has a wrong URL in its repository field:

repository = "https://github.com/savge13/agg"

It should be:

repository = "https://github.com/savage13/agg"

The result is that e.g. the crates.io page uses the invalid savge13 repository URL (in the panel on the right side): https://crates.io/crates/agg

karip avatar May 11 '23 06:05 karip