Conversation

lucab

This tweaks the repository fields in Cargo metadata in order to use the correct (i.e. git clonable) URL. The existing webUI URLs for each package have been retained and moved to homepage fields.

This tweaks the `repository` fields in Cargo metadata in order to use the correct (i.e. git clonable) URL.
The existing  webUI URLs for each package have been retained and moved to `homepage` fields.
@lucab

For reference, without this PR the remote fetch would fail with:

$ git clone https://.com/rust-lang/regex/tree/master/regex-automata

Cloning into 'regex-automata'...
fatal: repository 'https://.com/rust-lang/regex/tree/master/regex-automata/' not found

Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@lucab