diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-05-31 13:35:40 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-05-31 13:35:40 +0200 |
| commit | c27285847b7387794ed57d5c540a273d7b8331f6 (patch) | |
| tree | 49a33698b50082cf2406cb91d0b173c30bb244bd /pkg | |
| parent | c7c30a42c372accecc55bc794ad7699642f7644b (diff) | |
Add protocol to Source Hut default Git instance URL
Signed-off-by: Nicolas Paul <n@nc0.fr>
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/config/lib/git/git.star | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
