You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Cargo.toml parameter repository is present and homepage is absent, no URL is included in the message. If one wants to add the github URL, they need to set it in homepage. It's a bad practice since homepage is for a real home page, not a repository.
Current Behavior
repository is ignored.
Possible Solution
It would be nice to have a fallback to repository if homepage is absent. Or better, print both since they add different useful information.
Context
Code Sample
Your Environment
Software
Version(s)
Package
Runtime
Package Manager
Operating System
The text was updated successfully, but these errors were encountered:
Likely at the time, it was a breaking change and we were unready for it. Now, the PR has been stale for years.
I am open to homepage falling back to repository. I don't think we should show both, at least not with more information as to why. If someone is interested in that, they should create an issue specifically about the problem where showing both would be a solution.
Choose one: is this a 🙋 feature request
Expected Behavior
When the Cargo.toml parameter
repository
is present andhomepage
is absent, no URL is included in the message. If one wants to add the github URL, they need to set it inhomepage
. It's a bad practice sincehomepage
is for a real home page, not a repository.Current Behavior
repository
is ignored.Possible Solution
It would be nice to have a fallback to
repository
ifhomepage
is absent. Or better, print both since they add different useful information.Context
Code Sample
Your Environment
The text was updated successfully, but these errors were encountered: