The implementation of tools.deps
currently allows developers to specify git dependencies for their projects in ways that allow them to omit a git url if they are using specific git forges.
For example, io.github.username/example
would resolve to https://github.com/username/example.git
I would like to request that sourcehut be added to the list of git forges that are supported by tools.deps
.
Sourcehut git urls are of the form https://git.sr.ht/~username/example
I would like to suggest that the artifact name take on the form ht.sr.username/example
, at the discretion of the maintainers.