commit: 2d433ac9008d2efdbf3bd9e447ae4f0646f71418 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 19 04:49:44 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 04:49:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d433ac9
net-proxy/dnsproxy: add github upstream metadata Signed-off-by: Sam James <sam <AT> gentoo.org> net-proxy/dnsproxy/metadata.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/net-proxy/dnsproxy/metadata.xml b/net-proxy/dnsproxy/metadata.xml index c25e5e780e25..60494b11b52b 100644 --- a/net-proxy/dnsproxy/metadata.xml +++ b/net-proxy/dnsproxy/metadata.xml @@ -1,9 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription>The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to -two previously configured nameservers: one for authoritative queries and another -for recursive queries. The received answers are sent back to the client unchanged. -No local caching is done.</longdescription> + <!-- maintainer-needed --> + <longdescription> + The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to + two previously configured nameservers: one for authoritative queries and another + for recursive queries. The received answers are sent back to the client unchanged. + No local caching is done. + </longdescription> + <upstream> + <remote-id type="github">awaw/dnsproxy</remote-id> + </upstream> </pkgmetadata>