diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 12:45:37 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 12:45:37 +0200 |
commit | 4b5fede82e289d504afdb56a882befa5d289be26 (patch) | |
tree | b3b2698e4b88eb3c94804fd9ef36b6cc5d766335 | |
parent | metadata.xsd: Add gentoo remote-id type (diff) | |
download | xml-schema-4b5fede82e289d504afdb56a882befa5d289be26.tar.gz xml-schema-4b5fede82e289d504afdb56a882befa5d289be26.tar.bz2 xml-schema-4b5fede82e289d504afdb56a882befa5d289be26.zip |
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@gentoo.org>
-rw-r--r-- | metadata.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
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'/> |