commit: c448e60d6581ff26fd890ad0fe85ee071d4122f9 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Thu Aug 25 08:14:35 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Thu Aug 25 10:31:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c448e60d
dev-embedded/picotool: fix inconsistent indentation in metadata Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-embedded/picotool/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-embedded/picotool/metadata.xml b/dev-embedded/picotool/metadata.xml index a1594d39f6a9..60622476f816 100644 --- a/dev-embedded/picotool/metadata.xml +++ b/dev-embedded/picotool/metadata.xml @@ -2,10 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>[email protected]</email> - <name>Matthew Smith</name> + <email>[email protected]</email> + <name>Matthew Smith</name> </maintainer> <upstream> - <remote-id type="github">raspberrypi/picotool</remote-id> + <remote-id type="github">raspberrypi/picotool</remote-id> </upstream> </pkgmetadata>
