Gentoo Archives: gentoo-dev

From: Sam James <sam@g.o>
To: gentoo-dev@l.g.o
Cc: Sam James <sam@g.o>
Subject: [gentoo-dev] [PATCH] metadata.dtd: add sourcehut remote-id
Date: Sat, 23 Jul 2022 01:12:10
Message-Id: 20220723011119.3732698-1-sam@gentoo.org
1 Signed-off-by: Sam James <sam@g.o>
2 ---
3 metadata.dtd | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/metadata.dtd b/metadata.dtd
7 index 581943e..1297548 100644
8 --- a/metadata.dtd
9 +++ b/metadata.dtd
10 @@ -58,7 +58,7 @@
11 <!ELEMENT bugs-to (#PCDATA)>
12 <!-- specify a type of package identification tracker -->
13 <!ELEMENT remote-id (#PCDATA)>
14 - <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|vim) #REQUIRED>
15 + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|sourcehut|vim) #REQUIRED>
16
17 <!-- category/package information for cross-linking in descriptions
18 and useflag descriptions -->
19 --
20 2.37.1

Replies

Subject Author
Re: [gentoo-dev] [PATCH] metadata.dtd: add sourcehut remote-id A <cyber+gentoo@×××××.in>