diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-15 20:13:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-15 20:13:56 +0200 |
commit | cd3e62ffb7761008bba5eed179805adc10f1e627 (patch) | |
tree | c6df6473d5d9e8b6c8f206ee447320fc219f5600 | |
parent | Add initial schema for GLSAs (diff) | |
download | xml-schema-cd3e62ffb7761008bba5eed179805adc10f1e627.tar.gz xml-schema-cd3e62ffb7761008bba5eed179805adc10f1e627.tar.bz2 xml-schema-cd3e62ffb7761008bba5eed179805adc10f1e627.zip |
metadata.xsd: Allow heptapod for remote-id
Submitted-by: Torokhov Sergey <torokhov-s-a@yandex.ru>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | metadata.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
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'/> |