Skip to content

Commit e5c9225

Browse files
committed
Add gitlab.com hoster as "gitlab"
1 parent 36d205d commit e5c9225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ func debianNameFromGopkg(gopkg string, t packageType, allowUnknownHoster bool) s
431431
host = "golang"
432432
case "google.golang.org":
433433
host = "google"
434+
case "gitlab.com":
435+
host = "gitlab"
434436
case "bitbucket.org":
435437
host = "bitbucket"
436438
case "bazil.org":

0 commit comments

Comments
 (0)