commit: 91b62d6ef186687f11ac426e88a9d86fc7a70b81 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 5 14:13:06 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 15:44:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b62d6e
app-admin/augeas: add github upstream metadata Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/augeas/metadata.xml | 21 ++++++++++++--------- 1 file 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>[email protected]</email> + <email>[email protected]</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>
