Skip to content

Commit 56f433c

Browse files
aviaustapelberg
authored andcommitted
use [email protected] in Maintainer (#102)
1 parent 55a1fa2 commit 56f433c

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
@@ -491,7 +491,7 @@ func writeTemplates(dir, gopkg, debsrc, debbin, debversion, pkgType string, depe
491491
// TODO: change this once we have a “golang” section.
492492
fmt.Fprintf(f, "Section: devel\n")
493493
fmt.Fprintf(f, "Priority: optional\n")
494-
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <pkg-go[email protected].debian.org>\n")
494+
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>\n")
495495
fmt.Fprintf(f, "Uploaders: %s <%s>\n", getDebianName(), getDebianEmail())
496496
sort.Strings(dependencies)
497497
builddeps := append([]string{"debhelper (>= 11)", "dh-golang", "golang-any"}, dependencies...)

0 commit comments

Comments
 (0)