commit: cd3e62ffb7761008bba5eed179805adc10f1e627
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 18:13:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 18:13:56 2020 +0000
URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=cd3e62ff
metadata.xsd: Allow heptapod for remote-id
Submitted-by: Torokhov Sergey <torokhov-s-a <AT> yandex.ru>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
metadata.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/metadata.xsd b/metadata.xsd
index 8b8ac0b..db243ab 100644
--- a/metadata.xsd
+++ b/metadata.xsd
@@ -272,6 +272,7 @@
<xs:enumeration value='gitlab'/>
<xs:enumeration value='gitorious'/>
<xs:enumeration value='google-code'/>
+ <xs:enumeration value='heptapod'/>
<xs:enumeration value='launchpad'/>
<xs:enumeration value='pear'/>
<xs:enumeration value='pecl'/>