Open
Description
Example: In https://constructs.dev/packages/cdk8s-image the repository field currently links to https://github.com/cdk/undefined.
In the actual repository, the package.json specifies the repository as "git@github.com:cdk8s-team/cdk8s-image.git".
To display the correct URLs, either Construct Hub (or JSII when generating assemblies, or both) need to correctly parse Git URLs and GitHub URLs.