regex icon indicating copy to clipboard operation
regex copied to clipboard

cargo: point `repository` metadata to clonable URLs

Open lucab opened this issue 1 year ago • 1 comments

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

lucab avatar Jun 06 '24 10:06 lucab

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

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

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

lucab avatar Jun 06 '24 11:06 lucab