commit: 35b670786117132cb0fe27f146b90311f649500b Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me> AuthorDate: Thu May 30 05:29:39 2024 +0000 Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> CommitDate: Thu May 30 05:29:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=35b67078
dev-util/dlang-tools: add github upstream metadata Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me> dev-util/dlang-tools/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/dlang-tools/metadata.xml b/dev-util/dlang-tools/metadata.xml index b23ae29..ea44b8b 100644 --- a/dev-util/dlang-tools/metadata.xml +++ b/dev-util/dlang-tools/metadata.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <upstream> + <remote-id type="github">dlang/tools</remote-id> + </upstream> <use> <flag name="ddemangle">An improved D symbol demangler. Replaces all occurrences of mangled D symbols in the input with their unmangled form, and writes the result to standard output.</flag> <flag name="detab">Replace tabs with spaces, and remove trailing whitespace from lines.</flag>
