Fix default value for maintainer
The default value for the maintainer still had the square brackets.
This commit is contained in:
parent
6a9b7bbf6f
commit
ede06bfe65
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue