There are many packages hosted on <package>.apache.org like e.g. dev-java/log4j-core -> https://logging.apache.org/log4j/2.x/ dev-java/pdfbox -> https://pdfbox.apache.org/ net-libs/serf -> https://serf.apache.org/
A new Upstream <remote-id type="apache"> would allow setting remote-id to the correct value for those packages. Signed-off-by: Volkmar W. Pogatzki <gen...@pogatzki.net> --- metadata.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata.xsd b/metadata.xsd index 3812045..7d05234 100644 --- a/metadata.xsd +++ b/metadata.xsd @@ -270,6 +270,7 @@ <xs:simpleType name='upstreamRemoteIdTypeAttrType'> <xs:restriction base='xs:token'> + <xs:enumeration value='apache'/> <xs:enumeration value='bitbucket'/> <xs:enumeration value='cpan'/> <xs:enumeration value='cpan-module'/> -- 2.37.4