commit: 4b5fede82e289d504afdb56a882befa5d289be26
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 10:45:37 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 23 10:45:37 2022 +0000
URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=4b5fede8
metadata.xsd: Add osdn remote-id type
This follows renaming of SourceForge.JP to OSDN (in 2015).
The sourceforge-jp remote-id type will be removed later.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
metadata.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/metadata.xsd b/metadata.xsd
index 51fd09f..a355e54 100644
--- a/metadata.xsd
+++ b/metadata.xsd
@@ -283,6 +283,7 @@
<xs:enumeration value='google-code'/>
<xs:enumeration value='heptapod'/>
<xs:enumeration value='launchpad'/>
+ <xs:enumeration value='osdn'/>
<xs:enumeration value='pear'/>
<xs:enumeration value='pecl'/>
<xs:enumeration value='pypi'/>