summaryrefslogtreecommitdiff
path: root/app-admin/augeas/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/augeas/metadata.xml')
-rw-r--r--app-admin/augeas/metadata.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/app-admin/augeas/metadata.xml b/app-admin/augeas/metadata.xml
index b17852a47f0c..900379c4291c 100644
--- a/app-admin/augeas/metadata.xml
+++ b/app-admin/augeas/metadata.xml
@@ -1,10 +1,10 @@
<?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>prometheanfire@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
A library for programmatically editing configuration files. Augeas parses
configuration files into a tree structure, which it exposes through its
public API. Changes made through the API are written back to the initially
@@ -14,6 +14,7 @@
details. It is controlled by ``lens'' definitions that describe the file
format and the transformation into a tree.
</longdescription>
-
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <remote-id type="github">hercules-team/augeas</remote-id>
+ </upstream>
+</pkgmetadata>