diff options
-rw-r--r-- | metadata.rnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.rnc b/metadata.rnc index 7f4c26e..6225eaf 100644 --- a/metadata.rnc +++ b/metadata.rnc @@ -22,7 +22,7 @@ attlist.pkgmetadata &= # One tag for each maintainer of a package, multiple allowed maintainer = element maintainer { - attlist.maintainer, email, (description | name)* + attlist.maintainer, (email | name | description)+ } # type attribute determines whether the maintainer is a person or a project. # Unknown is added to handle <maintainer/>s in <upstream/>s. Using it (or no |