diff options
author | 2022-10-05 15:13:06 +0100 | |
---|---|---|
committer | 2022-10-05 16:44:46 +0100 | |
commit | 91b62d6ef186687f11ac426e88a9d86fc7a70b81 (patch) | |
tree | 1e0aed03408de5903bc2a275d5c4aa7242ccc089 /app-admin/augeas | |
parent | app-admin/augeas: add 1.13.0 (diff) | |
download | gentoo-91b62d6ef186687f11ac426e88a9d86fc7a70b81.tar.gz gentoo-91b62d6ef186687f11ac426e88a9d86fc7a70b81.tar.bz2 gentoo-91b62d6ef186687f11ac426e88a9d86fc7a70b81.zip |
app-admin/augeas: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/augeas')
-rw-r--r-- | app-admin/augeas/metadata.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/app-admin/augeas/metadata.xml b/app-admin/augeas/metadata.xml index b374ce3fe233..900379c4291c 100644 --- a/app-admin/augeas/metadata.xml +++ b/app-admin/augeas/metadata.xml @@ -2,16 +2,19 @@ <!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> |