Skip to content

Commit d90bbc5

Browse files
gregoire-mullvadjba
authored andcommitted
internal/source: support git.glasklar.is URLs
Fixes #69638 Change-Id: I9b595bcc98d2d92895ad3d626981aa551ce75d07 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/609535 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> TryBot-Bypass: Jonathan Amsterdam <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent e87f299 commit d90bbc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/source/source.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,10 @@ var patterns = []struct {
667667
pattern: `^(?P<repo>git\.pirl\.io/[a-z0-9A-Z_.\-]+/[a-z0-9A-Z_.\-]+)`,
668668
templates: gitlabURLTemplates,
669669
},
670+
{
671+
pattern: `^(?P<repo>git\.glasklar\.is/[a-z0-9A-Z_.\-]+/[a-z0-9A-Z_.\-]+)`,
672+
templates: gitlabURLTemplates,
673+
},
670674
{
671675
pattern: `^(?P<repo>gitea\.com/[a-z0-9A-Z_.\-]+/[a-z0-9A-Z_.\-]+)(\.git|$)`,
672676
templates: giteaURLTemplates,

0 commit comments

Comments
 (0)