Fix default value for maintainer

The default value for the maintainer still had the square brackets.
This commit is contained in:
Jan-Hendrik Frintrop 2017-07-18 09:27:38 +02:00 committed by GitHub
commit ede06bfe65

View file

@ -44,7 +44,7 @@ class StandardFile
"Recommends" => false,
"Suggests" => false,
"Installed-Size" => 1024,
"Maintainer" => "name [email]",
"Maintainer" => "name <email>",
"Conflicts" => false,
"Replaces" => false,
"Provides" => "your-company",