Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/xml-schema:master commit in: /
Date: Fri, 29 Jul 2022 20:13:15
Message-Id: 1659125580.d07cde98cc4af6e85a518d86478ad193d7465771.sam@gentoo
1 commit: d07cde98cc4af6e85a518d86478ad193d7465771
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 20:13:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 20:13:00 2022 +0000
6 URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=d07cde98
7
8 metadata.xsd: add hackage remote-id
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 metadata.xsd | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/metadata.xsd b/metadata.xsd
16 index d721a62..87972cb 100644
17 --- a/metadata.xsd
18 +++ b/metadata.xsd
19 @@ -280,6 +280,7 @@
20 <xs:enumeration value='github'/>
21 <xs:enumeration value='gitlab'/>
22 <xs:enumeration value='google-code'/>
23 + <xs:enumeration value='hackage'/>
24 <xs:enumeration value='heptapod'/>
25 <xs:enumeration value='launchpad'/>
26 <xs:enumeration value='osdn'/>