diff --git a/src/serviceProviders/sourcehut.js b/src/serviceProviders/sourcehut.js index df5b6b0..1c62271 100644 --- a/src/serviceProviders/sourcehut.js +++ b/src/serviceProviders/sourcehut.js @@ -56,6 +56,7 @@ export function processURI (uri) { fetcher: E.Fetcher.HTTP, accessRestriction: E.ProofAccessRestriction.NONE, data: { + // explicitly matching for `main` branch url: `https://git.sr.ht/~${match[1]}/${match[2]}/blob/main/proof.md`, format: E.ProofFormat.TEXT }