commit: 255484bb6b84b327dc333ae4899309cbf1e90ded Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 8 10:15:55 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 8 10:18:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255484bb
app-emulation/docker-credential-helpers: Fix inconsistent indent Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-emulation/docker-credential-helpers/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/docker-credential-helpers/metadata.xml b/app-emulation/docker-credential-helpers/metadata.xml index 1e58ef54d4d..196e66de1e6 100644 --- a/app-emulation/docker-credential-helpers/metadata.xml +++ b/app-emulation/docker-credential-helpers/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <longdescription> + <longdescription> A suite of programs to use native stores to keep Docker credentials safe. Currently provides docker-credential-secretservice to use the D-Bus secret service APIs, and docker-credential-pass to use the pass framework. - </longdescription> + </longdescription> <maintainer type="person"> <email>[email protected]</email> <name>Rafael Kitover</name>
