commit: ffa19491985be9a6f70eae22a42b3fa834aa7ee6 Author: Rahil Bhimjiani <rahil3108 <AT> gmail <DOT> com> AuthorDate: Sun Nov 5 20:28:32 2023 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Nov 10 16:33:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa19491
net-dns/coredns: add proxy-maint & myself as maint 1) Add doc & bugs-to links 2) fix indentation Signed-off-by: Rahil Bhimjiani <rahil3108 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33682 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> net-dns/coredns/metadata.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/net-dns/coredns/metadata.xml b/net-dns/coredns/metadata.xml index 970332552b10..e8fcef2c53db 100644 --- a/net-dns/coredns/metadata.xml +++ b/net-dns/coredns/metadata.xml @@ -5,14 +5,24 @@ <email>[email protected]</email> <name>Zac Medico</name> </maintainer> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Rahil Bhimjiani</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <longdescription> - CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. - It is fast and flexible. The key word here is flexible: - with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. - CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS), TLS (RFC 7858), - also called DoT, DNS over HTTP/2 - DoH - (RFC 8484) and gRPC (not a standard). + CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. + It is fast and flexible. The key word here is flexible: + with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. + CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS), TLS (RFC 7858), + also called DoT, DNS over HTTP/2 - DoH - (RFC 8484) and gRPC (not a standard). </longdescription> <upstream> <remote-id type="github">coredns/coredns</remote-id> + <bugs-to>https://github.com/coredns/coredns/issues</bugs-to> + <doc>https://coredns.io/manual/toc/</doc> </upstream> </pkgmetadata>
