Skip to content

Commit 667ff7d

Browse files
aviaustapelberg
authored andcommitted
make.go: add salsa.debian.org (#97)
1 parent ec12826 commit 667ff7d

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
@@ -410,6 +410,8 @@ func debianNameFromGopkg(gopkg, t string, allowUnknownHoster bool) string {
410410
host = "howett"
411411
} else if host == "go4.org" {
412412
host = "go4"
413+
} else if host == "salsa.debian.org" {
414+
host = "debian"
413415
} else {
414416
if allowUnknownHoster {
415417
suffix, _ := publicsuffix.PublicSuffix(host)

0 commit comments

Comments
 (0)