diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-14 15:14:49 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-14 21:02:53 +0100 |
commit | e05b57cec320ec63820022c8e4c565bae3d24cde (patch) | |
tree | 9bbbeb51f18f2707b4427c65f48ad0f256968eec | |
parent | metadata.dtd: add sourcehut remote-id (diff) | |
download | dtd-e05b57cec320ec63820022c8e4c565bae3d24cde.tar.gz dtd-e05b57cec320ec63820022c8e4c565bae3d24cde.tar.bz2 dtd-e05b57cec320ec63820022c8e4c565bae3d24cde.zip |
metadata.dtd: Add freedesktop-gitlab and gnome-gitlab remote-ids
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | metadata.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.dtd b/metadata.dtd index 5f65033..145f841 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|google-code|hackage|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|sourcehut|vim) #REQUIRED> + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|freedesktop-gitlab|gentoo|github|gitlab|gnome-gitlab|google-code|hackage|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|sourcehut|vim) #REQUIRED> <!-- category/package information for cross-linking in descriptions and useflag descriptions --> |