commit: 4fde8ffb762b283d3bd6a1b56f7e514135693b8c Author: Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name> AuthorDate: Wed Nov 6 14:01:51 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 14:27:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fde8ffb
dev-libs/libsecp256k1: add proxied maintainer Also, drive-by correction of the GitHub remote-id. Signed-off-by: Matt Whitlock <gentoo <AT> mattwhitlock.name> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libsecp256k1/metadata.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/libsecp256k1/metadata.xml b/dev-libs/libsecp256k1/metadata.xml index 8e598701ac38..734060bad981 100644 --- a/dev-libs/libsecp256k1/metadata.xml +++ b/dev-libs/libsecp256k1/metadata.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Matt Whitlock</name> + </maintainer> <maintainer type="person" proxied="yes"> <email>[email protected]</email> <name>Luke Dashjr</name> @@ -22,6 +26,6 @@ <flag name="test-openssl">Enable OpenSSL comparison tests</flag> </use> <upstream> - <remote-id type="github">bitcoin/secp256k1</remote-id> + <remote-id type="github">bitcoin-core/secp256k1</remote-id> </upstream> </pkgmetadata>
