Skip to content

Commit

Permalink
use [email protected] in Maintainer (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau authored and stapelberg committed Jul 27, 2018
1 parent 55a1fa2 commit 56f433c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ func writeTemplates(dir, gopkg, debsrc, debbin, debversion, pkgType string, depe
// TODO: change this once we have a “golang” section.
fmt.Fprintf(f, "Section: devel\n")
fmt.Fprintf(f, "Priority: optional\n")
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <pkg-go[email protected].debian.org>\n")
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>\n")
fmt.Fprintf(f, "Uploaders: %s <%s>\n", getDebianName(), getDebianEmail())
sort.Strings(dependencies)
builddeps := append([]string{"debhelper (>= 11)", "dh-golang", "golang-any"}, dependencies...)
Expand Down

0 comments on commit 56f433c

Please sign in to comment.