diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 22:09:33 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 22:09:33 +0200 |
commit | 83373aef844d9cba8efa3e5f2dee04851569ee50 (patch) | |
tree | 514a97fd42381d31a41a908bc9c2903debb97092 | |
parent | metadata.dtd: Add osdn remote-id type (diff) | |
download | dtd-83373aef844d9cba8efa3e5f2dee04851569ee50.tar.gz dtd-83373aef844d9cba8efa3e5f2dee04851569ee50.tar.bz2 dtd-83373aef844d9cba8efa3e5f2dee04851569ee50.zip |
metadata.dtd: Drop obsolete sourceforge-jp remote-id type
This has been renamed to osdn, see commit 41c349c.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | metadata.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.dtd b/metadata.dtd index ca3e2da..705de3e 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -58,7 +58,7 @@ <!ELEMENT bugs-to (#PCDATA)> <!-- specify a type of package identification tracker --> <!ELEMENT remote-id (#PCDATA)> - <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED> + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|vim) #REQUIRED> <!-- category/package information for cross-linking in descriptions and useflag descriptions --> |