Skip to content

Commit e6dc37f

Browse files
committed
add hoster: go4.org → go4
1 parent 585bad5 commit e6dc37f

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
@@ -391,6 +391,8 @@ func debianNameFromGopkg(gopkg, t string, allowUnknownHoster bool) string {
391391
host = "pault"
392392
} else if host == "howett.net" {
393393
host = "howett"
394+
} else if host == "go4.org" {
395+
host = "go4"
394396
} else {
395397
if allowUnknownHoster {
396398
suffix, _ := publicsuffix.PublicSuffix(host)

0 commit comments

Comments
 (0)