Add dummy maintainer to keep dpkg happy (#1406)

After installing the `deb` package many `dpkg` tools started to complain about the missing `Maintainer` field for this package in the system installed package database. This causes spam from cron.

Example:
```
$ LANG=C dpkg-query -s > /dev/null 
dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 14485 package 'golangci-lint:i386':
 missing 'Maintainer' field
```
This commit is contained in:
Marcin Owsiany 2020-10-05 23:34:57 +02:00 committed by GitHub
parent c1d7cfd721
commit 25fcad6e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ nfpms:
package_name: golangci-lint package_name: golangci-lint
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
homepage: https://golangci-lint.run/ homepage: https://golangci-lint.run/
maintainer: "golangci-lint Team <golangci-releaser@users.noreply.github.com>"
description: Fast linters Runner for Go description: Fast linters Runner for Go
license: GPLv3 license: GPLv3
formats: formats: