research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
27 stars 14 forks source link

Repository URL field does not support actual repository URL #1244

Closed cmeessen closed 4 months ago

cmeessen commented 4 months ago

The Repository URL field in the software edit view expects a URL that points to the web representation of a repository, e.g.:

https://github.com/research-software-directory/RSD-as-a-service

It does not support the actual url to a repository that starts with https:

https://github.com/research-software-directory/RSD-as-a-service.git

The scrapers should be adjusted to support the second case as well.