commit: ef1c5e0f61a77c12b8882c42885c2d17bd1586f4 Author: Ralph Seichter <github <AT> seichter <DOT> de> AuthorDate: Tue Nov 19 13:59:39 2019 +0000 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org> CommitDate: Tue Nov 19 15:54:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1c5e0f
app-backup/duplicity: Add maintainer and description Adding myself as a maintainer, see [1]. This commit also adds a long description field. [1] https://archives.gentoo.org/gentoo-dev/message/b2b640f2929686ecf6e92bf63dbbe8c2 Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de> Closes: https://github.com/gentoo/gentoo/pull/13711 Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org> app-backup/duplicity/metadata.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-backup/duplicity/metadata.xml b/app-backup/duplicity/metadata.xml index 6efa6d44051..82d5a255de7 100644 --- a/app-backup/duplicity/metadata.xml +++ b/app-backup/duplicity/metadata.xml @@ -5,6 +5,11 @@ <email>[email protected]</email> <name>Rich Freeman</name> </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ralph Seichter</name> + </maintainer> + <longdescription>Encrypted bandwidth-efficient backup using the rsync algorithm</longdescription> <use> <flag name="s3">Support for backing up to the Amazon S3 system</flag> </use>
