diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 22:09:09 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 22:09:09 +0200 |
commit | a964a345cbdcd6614fbcdd53734d41e471801415 (patch) | |
tree | 1743c8c3116cb89c7daea42fb078c682d5a529d3 | |
parent | metadata.xsd: Add osdn remote-id type (diff) | |
download | xml-schema-a964a345cbdcd6614fbcdd53734d41e471801415.tar.gz xml-schema-a964a345cbdcd6614fbcdd53734d41e471801415.tar.bz2 xml-schema-a964a345cbdcd6614fbcdd53734d41e471801415.zip |
metadata.xsd: Drop obsolete sourceforge-jp remote-id type
This has been renamed to osdn, see commit 4b5fede.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | metadata.xsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/metadata.xsd b/metadata.xsd index a355e54..439f940 100644 --- a/metadata.xsd +++ b/metadata.xsd @@ -289,7 +289,6 @@ <xs:enumeration value='pypi'/> <xs:enumeration value='rubygems'/> <xs:enumeration value='sourceforge'/> - <xs:enumeration value='sourceforge-jp'/> <xs:enumeration value='vim'/> </xs:restriction> </xs:simpleType> |