diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2023-09-14 09:37:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-09-14 17:47:42 +0200 |
commit | db829cfdb40ae0a0034848cce38ee741a7c8d68c (patch) | |
tree | 9bf93c5e2caa0ecb422edf9d7330f2212eb5f931 | |
parent | metadata.xsd: add kde-invent remote-id (diff) | |
download | xml-schema-master.tar.gz xml-schema-master.tar.bz2 xml-schema-master.zip |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | metadata.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metadata.xsd b/metadata.xsd index a9a7963..cf8485d 100644 --- a/metadata.xsd +++ b/metadata.xsd @@ -271,6 +271,7 @@ <xs:simpleType name='upstreamRemoteIdTypeAttrType'> <xs:restriction base='xs:token'> <xs:enumeration value='bitbucket'/> + <xs:enumeration value='codeberg'/> <xs:enumeration value='cpan'/> <xs:enumeration value='cpan-module'/> <xs:enumeration value='cpe'/> |