diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2024-11-06 09:01:51 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-06 14:27:42 +0000 |
commit | 4fde8ffb762b283d3bd6a1b56f7e514135693b8c (patch) | |
tree | 7fb77330dfd874b61eb5b1a4bbaadc36a1be90cb /dev-libs/libsecp256k1 | |
parent | dev-libs/libsecp256k1: EAPI=8 and tidy up variables (diff) | |
download | gentoo-4fde8ffb762b283d3bd6a1b56f7e514135693b8c.tar.gz gentoo-4fde8ffb762b283d3bd6a1b56f7e514135693b8c.tar.bz2 gentoo-4fde8ffb762b283d3bd6a1b56f7e514135693b8c.zip |
dev-libs/libsecp256k1: add proxied maintainer
Also, drive-by correction of the GitHub remote-id.
Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libsecp256k1')
-rw-r--r-- | dev-libs/libsecp256k1/metadata.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ -2,6 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person" proxied="yes"> + <email>gentoo@mattwhitlock.name</email> + <name>Matt Whitlock</name> + </maintainer> + <maintainer type="person" proxied="yes"> <email>luke-jr+gentoobugs@utopios.org</email> <name>Luke Dashjr</name> </maintainer> @@ -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> |