diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-03-02 12:36:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-03-02 12:39:21 +0100 |
commit | a908a93b5afe295359e0a01814c9bef8b5268bcd (patch) | |
tree | 7ec942070037146b34324da61bc3c116a0035970 /metadata.dtd | |
parent | Remove herds.dtd following herds.xml removal (diff) | |
download | dtd-a908a93b5afe295359e0a01814c9bef8b5268bcd.tar.gz dtd-a908a93b5afe295359e0a01814c9bef8b5268bcd.tar.bz2 dtd-a908a93b5afe295359e0a01814c9bef8b5268bcd.zip |
metadata.dtd: Fix indentation
Diffstat (limited to 'metadata.dtd')
-rw-r--r-- | metadata.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata.dtd b/metadata.dtd index 5a5cb93..101478a 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -11,8 +11,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. - Unknown is added to handle <maintainer/>s in <upstream/>s. Using it (or no - explicit type) for Gentoo maintainers is prohibited. --> + 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) --> |