summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata.dtd')
-rw-r--r--metadata.dtd6
1 files changed, 4 insertions, 2 deletions
diff --git a/metadata.dtd b/metadata.dtd
index 7ead6c7..63c6820 100644
--- a/metadata.dtd
+++ b/metadata.dtd
@@ -10,8 +10,10 @@
<!-- 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>
+ <!-- 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
+ explicit type) for Gentoo maintainers is prohibited. -->
+ <!ATTLIST maintainer type (person|project|unknown) "unknown">
<!-- Natural name for package, example: LibreOffice (for app-office/libreoffice) -->
<!ELEMENT natural-name (#PCDATA) >