Welcome! Please see the About page for a little more info on how this works.

+2 votes
in tools.deps by
recategorized by

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.

1 Answer

+1 vote
by
selected by
by
I've committed this, but probably won't get to a prerelease until end of week.
by
Thanks so much for moving on this so quickly!
...