From c27285847b7387794ed57d5c540a273d7b8331f6 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 31 May 2023 13:35:40 +0200 Subject: Add protocol to Source Hut default Git instance URL Signed-off-by: Nicolas Paul --- pkg/config/lib/git/git.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/config/lib') diff --git a/pkg/config/lib/git/git.star b/pkg/config/lib/git/git.star index cf31524..ec3033f 100644 --- a/pkg/config/lib/git/git.star +++ b/pkg/config/lib/git/git.star @@ -33,7 +33,7 @@ def _github( (instance, user, repo, ref), ) -_SOURCEHUT_DEFAULT_INSTANCE = "git.sr.ht" +_SOURCEHUT_DEFAULT_INSTANCE = "https://git.sr.ht" _SOURCEHUT_DEFAULT_REF = "master" # TODO(nc0): See the status for organizations and groups, as they are expected -- cgit v1.2.3