diff options
author | 2023-05-15 18:49:47 +0600 | |
---|---|---|
committer | 2023-05-15 18:51:22 +0600 | |
commit | 16c67750026dee2a339a64808266623ec4ad92d4 (patch) | |
tree | a6eaf4effe5d3ae802bd424b81fc894507e82a0b /sys-devel | |
parent | sys-devel/gdb-dashboard: init new package (diff) | |
download | guru-16c67750026dee2a339a64808266623ec4ad92d4.tar.gz guru-16c67750026dee2a339a64808266623ec4ad92d4.tar.bz2 guru-16c67750026dee2a339a64808266623ec4ad92d4.zip |
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@disroot.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb-dashboard/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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>nrk@disroot.org</email> + </maintainer> + <upstream> + <remote-id type="github">cyrus-and/gdb-dashboard</remote-id> + </upstream> +</pkgmetadata> |