diff options
-rw-r--r-- | data/share/pkgcore/xml-schema/metadata.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/share/pkgcore/xml-schema/metadata.xsd b/data/share/pkgcore/xml-schema/metadata.xsd index a9a79632..cf8485d9 100644 --- a/data/share/pkgcore/xml-schema/metadata.xsd +++ b/data/share/pkgcore/xml-schema/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'/> |