diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-10-16 15:46:47 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-10-16 15:46:47 +0000 |
commit | 2904ae90d713d6d5683f02e2a9eb8459dba30732 (patch) | |
tree | b22f228b105808318b2f6c11a546f9b5f2eabc73 /metadata/xml-schema | |
parent | Merge updates from master (diff) | |
parent | metadata.xsd: Allow heptapod for remote-id (diff) | |
download | gentoo-2904ae90d713d6d5683f02e2a9eb8459dba30732.tar.gz gentoo-2904ae90d713d6d5683f02e2a9eb8459dba30732.tar.bz2 gentoo-2904ae90d713d6d5683f02e2a9eb8459dba30732.zip |
Merge commit 'cd3e62ffb7761008bba5eed179805adc10f1e627' into master
Diffstat (limited to 'metadata/xml-schema')
-rw-r--r-- | metadata/xml-schema/metadata.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metadata/xml-schema/metadata.xsd b/metadata/xml-schema/metadata.xsd index 8b8ac0b56cd7..db243abbf7e8 100644 --- a/metadata/xml-schema/metadata.xsd +++ b/metadata/xml-schema/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'/> |