mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
The new remote-id is to a wiped GitHub, but it exists unlike the GitLab one. (Matrix self-hosts its own GitLab.) Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
20 lines
703 B
XML
20 lines
703 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<name>Gavin D. Howard</name>
|
|
<email>gavin@gavinhoward.com</email>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://gitlab.matrix.org/matrix-org/olm</bugs-to>
|
|
<remote-id type="github">matrix-org/olm</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
Official, audited implementation of the olm and megolm cryptographic
|
|
ratchets in C++ for the Matrix protocol
|
|
</longdescription>
|
|
</pkgmetadata>
|