commit: 16c67750026dee2a339a64808266623ec4ad92d4 Author: NRK <nrk <AT> disroot <DOT> org> AuthorDate: Mon May 15 12:49:47 2023 +0000 Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org> CommitDate: Mon May 15 12:51:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16c67750
sys-devel/gdb-dashboard: add metadata.xml just noticed metadata was missing after pushing the commit. pkgcheck didn't seem to complain... Signed-off-by: NRK <nrk <AT> disroot.org> sys-devel/gdb-dashboard/metadata.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sys-devel/gdb-dashboard/metadata.xml b/sys-devel/gdb-dashboard/metadata.xml new file mode 100644 index 000000000..ca01d6418 --- /dev/null +++ b/sys-devel/gdb-dashboard/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> + <upstream> + <remote-id type="github">cyrus-and/gdb-dashboard</remote-id> + </upstream> +</pkgmetadata>
