pypi/hatch-vcs wrong repo link
Open
- Dominant language
- Go
- Stars
- 443
- Forks
- 54
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
Hey,
I was just using deps.dev and stumbled over hatch-vcs. Its entry, https://deps.dev/pypi/hatch-vcs, lists a wrong related projects link (for all versions). IIUC the SOURCE_REPO should link to `"github.com/ofek/hatch-vcs"`, currently it is listed as:
```
"relatedProjects": [
{
"projectKey": {
"id": "github.com/sponsors/ofek"
},
"relationProvenance": "UNVERIFIED_METADATA",
"relationType": "SOURCE_REPO"
},
{
"projectKey": {
"id": "github.com/ofek/hatch-vcs"
},
"relationProvenance": "UNVERIFIED_METADATA",
"relationType": "ISSUE_TRACKER"
}
]
```
Thanks! :)
Contributor guide
Assessment
This issue has not been assessed yet.