Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/nxml-gentoo-schemas:master commit in: /
Date: Thu, 09 Jan 2020 23:37:12
Message-Id: 1578612622.7ca83421a7fca5f8919f13f0f0681a3f13dc8bfe.ulm@gentoo
1 commit: 7ca83421a7fca5f8919f13f0f0681a3f13dc8bfe
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 23:30:22 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 23:30:22 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=7ca83421
7
8 metadata.rnc: Update from DTD.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 metadata.rnc | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/metadata.rnc b/metadata.rnc
16 index 7f4c26e..6225eaf 100644
17 --- a/metadata.rnc
18 +++ b/metadata.rnc
19 @@ -22,7 +22,7 @@ attlist.pkgmetadata &=
20 # One tag for each maintainer of a package, multiple allowed
21 maintainer =
22 element maintainer {
23 - attlist.maintainer, email, (description | name)*
24 + attlist.maintainer, (email | name | description)+
25 }
26 # type attribute determines whether the maintainer is a person or a project.
27 # Unknown is added to handle <maintainer/>s in <upstream/>s. Using it (or no