Manual.md: clarify the maintainer field

This commit is contained in:
Michael Aldridge 2017-06-17 20:36:23 -07:00
parent f16e258f9e
commit ec69da540b
1 changed files with 4 additions and 1 deletions

View File

@ -338,7 +338,10 @@ The list of mandatory variables for a template:
- `license` A string matching any license file available in `/usr/share/licenses`.
Multiple licenses should be separated by commas, i.e `GPL-3, LGPL-2.1`.
- `maintainer` A string in the form of `name <user@domain>`.
- `maintainer` A string in the form of `name <user@domain>`. The
email for this field must be a valid email that you can be reached
at. Packages using `users.noreply.github.com` emails will not be
accepted.
- `pkgname` A string with the package name, matching `srcpkgs/<pkgname>`.