From 8ce1b0514b5bb8800eb7924a339dfeb2705137b3 Mon Sep 17 00:00:00 2001 From: quaff Date: Wed, 16 Oct 2024 00:21:27 -0700 Subject: [PATCH] docs: comment on explicit main branch match --- src/serviceProviders/sourcehut.js | 1 + 1 file changed, 1 insertion(+) 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 }