Gentoo Archives: gentoo-dev

From: Sam James <sam@g.o>
To: gentoo-dev@l.g.o
Cc: haskell@g.o, Sam James <sam@g.o>
Subject: [gentoo-dev] [PATCH] metadata.dtd: add hackage remote-id
Date: Sun, 24 Jul 2022 19:32:46
Message-Id: 20220724193224.4144723-1-sam@gentoo.org
1 For Haskell packages: https://hackage.haskell.org/.
2
3 Signed-off-by: Sam James <sam@g.o>
4 ---
5 metadata.dtd | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/metadata.dtd b/metadata.dtd
9 index 581943e..e1d9038 100644
10 --- a/metadata.dtd
11 +++ b/metadata.dtd
12 @@ -58,7 +58,7 @@
13 <!ELEMENT bugs-to (#PCDATA)>
14 <!-- specify a type of package identification tracker -->
15 <!ELEMENT remote-id (#PCDATA)>
16 - <!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>
17 + <!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|vim) #REQUIRED>
18
19 <!-- category/package information for cross-linking in descriptions
20 and useflag descriptions -->
21 --
22 2.37.1