diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-14 20:42:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:00:25 +0100 |
commit | 791b7601775b3e75545a67a7153e1cd6a832e993 (patch) | |
tree | 36cf48ce1d2b008976b3ecddb9af0d5d8be123a1 | |
parent | metadata: add gitlab to remote-ids for bug 563578 (diff) | |
download | dtd-791b7601775b3e75545a67a7153e1cd6a832e993.tar.gz dtd-791b7601775b3e75545a67a7153e1cd6a832e993.tar.bz2 dtd-791b7601775b3e75545a67a7153e1cd6a832e993.zip |
metadata.dtd: Add <maintainer type=""/> attribute per GLEP 67
-rw-r--r-- | metadata.dtd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metadata.dtd b/metadata.dtd index 4c68806..b8d24fa 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -13,6 +13,8 @@ <!-- One tag for each maintainer of a package, multiple allowed--> <!ELEMENT maintainer ( email, (description| name)* )> + <!-- type attribute determines whether the maintainer is a person or a project --> + <!ATTLIST maintainer type (person|project) #REQUIRED> <!-- Natural name for package, example: LibreOffice (for app-office/libreoffice) --> <!ELEMENT natural-name (#PCDATA) > |