summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/augeas/metadata.xml')
-rw-r--r--app-admin/augeas/metadata.xml23
1 files changed, 13 insertions, 10 deletions
diff --git a/app-admin/augeas/metadata.xml b/app-admin/augeas/metadata.xml
index 2b1c8d903c2b..900379c4291c 100644
--- a/app-admin/augeas/metadata.xml
+++ b/app-admin/augeas/metadata.xml
@@ -1,17 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
+ <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
-read files.
+ 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
+ read files.
-The transformation works very hard to preserve comments and formatting
-details. It is controlled by ``lens'' definitions that describe the file
-format and the transformation into a tree.
-</longdescription>
+ The transformation works very hard to preserve comments and formatting
+ details. It is controlled by ``lens'' definitions that describe the file
+ format and the transformation into a tree.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">hercules-team/augeas</remote-id>
+ </upstream>
</pkgmetadata>