diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 12:55:44 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 12:55:44 +0200 |
commit | 41c349c674cc60aea6c74b4afafc5eac70393988 (patch) | |
tree | 8785001963206c50bfd42c616268104566c83c8e | |
parent | metadata.dtd: Drop obsolete remote-id types (diff) | |
download | dtd-41c349c674cc60aea6c74b4afafc5eac70393988.tar.gz dtd-41c349c674cc60aea6c74b4afafc5eac70393988.tar.bz2 dtd-41c349c674cc60aea6c74b4afafc5eac70393988.zip |
metadata.dtd: 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.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.dtd b/metadata.dtd index b0c9eb9..ca3e2da 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|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|sourceforge-jp|vim) #REQUIRED> <!-- category/package information for cross-linking in descriptions and useflag descriptions --> |