Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cargo): broken repo url for ntex-bytes #333

Merged
merged 1 commit into from
Apr 2, 2024
Merged

fix(cargo): broken repo url for ntex-bytes #333

merged 1 commit into from
Apr 2, 2024

Conversation

paolobarbolini
Copy link
Contributor

Hi! While scranning the top 20k crates on crates.io (M4SS-Code/cargo-goggles#11) we've encountered an error with ntex-bytes because it declares a broken repository URL. This PR fixes it by using the same repository URL as the other crates inside the workspace.

@@ -4,7 +4,7 @@ version = "0.1.24"
authors = ["Nikolay Kim <[email protected]>", "Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes (bytes crate fork)"
documentation = "https://docs.rs/ntex-bytes"
repository = "https://github.com/ntex-rs"
repository = "https://github.com/ntex-rs/ntex.git"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also .git is unnecessary, cargo documentation does not use it for github URL in their example and this is what most crates put into repository. So it could be "https://github.com/ntex-rs/ntex".

@fafhrd91 fafhrd91 merged commit 351f699 into ntex-rs:master Apr 2, 2024
2 of 10 checks passed
@fafhrd91
Copy link
Member

fafhrd91 commented Apr 2, 2024

thanks!

@paolobarbolini paolobarbolini deleted the broken-repo-url branch April 2, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants