Skip to content

Commit 6015af9

Browse files
committed
use secure URL in -allow_unknown_hoster help
1 parent 904167a commit 6015af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ func execMake(args []string) {
695695
fs.BoolVar(&allowUnknownHoster,
696696
"allow_unknown_hoster",
697697
false,
698-
"The pkg-go naming conventions (see http://pkg-go.alioth.debian.org/packaging.html) use a canonical identifier for the hostname, and the mapping is hardcoded into dh-make-golang. In case you want to package a Go package living on an unknown hoster, you may set this flag to true and double-check that the resulting package name is sane. Contact pkg-go if unsure.")
698+
"The pkg-go naming conventions (see https://pkg-go.alioth.debian.org/packaging.html) use a canonical identifier for the hostname, and the mapping is hardcoded into dh-make-golang. In case you want to package a Go package living on an unknown hoster, you may set this flag to true and double-check that the resulting package name is sane. Contact pkg-go if unsure.")
699699

700700
var pkgType string
701701
fs.StringVar(&pkgType,

0 commit comments

Comments
 (0)