commit: 6d37a9abce22bcb99a6bebf37bdada5015b94481 Author: Quincy Fleming <quincyf467 <AT> protonmail <DOT> com> AuthorDate: Mon May 27 01:46:53 2024 +0000 Commit: Quincy Fleming <quincyf467 <AT> protonmail <DOT> com> CommitDate: Mon May 27 01:46:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d37a9ab
app-admin/hardinfo2: Fix indentions Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com> app-admin/hardinfo2/metadata.xml | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/app-admin/hardinfo2/metadata.xml b/app-admin/hardinfo2/metadata.xml index 51c675eec..48d8a3887 100644 --- a/app-admin/hardinfo2/metadata.xml +++ b/app-admin/hardinfo2/metadata.xml @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Quincy Fleming</name> - </maintainer> - <use> - <flag name="benchmark">Install sysbench for benchmarking</flag> - <flag name="dmi">Install dmidecode for DMI</flag> - <flag name="gtk3">gtk+ user interface</flag> - </use> - <upstream> - <remote-id type="github">hardinfo2/hardinfo2</remote-id> - <doc lang="en">https://github.com/hardinfo2/hardinfo2/blob/master/README.md</doc> - <bugs-to>https://github.com/hardinfo2/hardinfo2/issues</bugs-to> - </upstream> - <longdescription lang="en"> - Hardinfo2 is based on hardinfo, which has not been released for more than 10 years. - Hardinfo2 is the reboot that was needed. + <maintainer type="person"> + <email>[email protected]</email> + <name>Quincy Fleming</name> + </maintainer> + <use> + <flag name="benchmark">Install sysbench for benchmarking</flag> + <flag name="dmi">Install dmidecode for DMI</flag> + <flag name="gtk3">gtk+ user interface</flag> + </use> + <upstream> + <remote-id type="github">hardinfo2/hardinfo2</remote-id> + <doc lang="en">https://github.com/hardinfo2/hardinfo2/blob/master/README.md</doc> + <bugs-to>https://github.com/hardinfo2/hardinfo2/issues</bugs-to> + </upstream> + <longdescription lang="en"> + Hardinfo2 is based on hardinfo, which has not been released for more than 10 years. + Hardinfo2 is the reboot that was needed. - Hardinfo2 offers System Information and Benchmark for Linux Systems. - It is able to obtain information from both hardware and basic software. - It can benchmark your system and compare to other machines online. - </longdescription> + Hardinfo2 offers System Information and Benchmark for Linux Systems. + It is able to obtain information from both hardware and basic software. + It can benchmark your system and compare to other machines online. + </longdescription> </pkgmetadata>
