summaryrefslogtreecommitdiff
path: root/dev-debug/drgn/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-debug/drgn/metadata.xml')
-rw-r--r--dev-debug/drgn/metadata.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/dev-debug/drgn/metadata.xml b/dev-debug/drgn/metadata.xml
index ca52bd30c12c..93a3688bd14f 100644
--- a/dev-debug/drgn/metadata.xml
+++ b/dev-debug/drgn/metadata.xml
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>sam@gentoo.org</email>
- <name>Sam James</name>
- </maintainer>
-
- <use>
- <flag name="debuginfod">Enable debuginfod support</flag>
- <flag name="lzma">Support XZ-compressed debug information (MiniDebugInfo).</flag>
- </use>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">drgn</remote-id>
+ <remote-id type="github">osandov/drgn</remote-id>
+ </upstream>
+ <use>
+ <flag name="debuginfod">Enable debuginfod support</flag>
+ <flag name="lzma">Support XZ-compressed debug information (MiniDebugInfo).</flag>
+ </use>
+</pkgmetadata>