commit: 38d8580d7199708935f05f0b5951b6d494d0c14e Author: ingenarel <ingenarelitems <AT> gmail <DOT> com> AuthorDate: Sun Jul 20 22:26:21 2025 +0000 Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com> CommitDate: Sun Jul 20 22:28:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38d8580d
app-emulation/wslu: Fix metadata.xml indentation fixes the following pkgcheck warnings: app-emulation/wslu PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent indentation on lines: 9, 10, 11 Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com> app-emulation/wslu/metadata.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app-emulation/wslu/metadata.xml b/app-emulation/wslu/metadata.xml index 34fe89e521..5c94798535 100644 --- a/app-emulation/wslu/metadata.xml +++ b/app-emulation/wslu/metadata.xml @@ -1,16 +1,16 @@ <?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>Steven Stallion</name> - </maintainer> - <longdescription> - This is a collection of utilities for the Linux Subsystem for Windows - (WSL), such as converting Linux paths to Windows paths or creating - Linux application shortcuts on the Windows Desktop. - </longdescription> - <upstream> - <remote-id type="github">wslutilities/wslu</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Steven Stallion</name> + </maintainer> + <longdescription> + This is a collection of utilities for the Linux Subsystem for Windows + (WSL), such as converting Linux paths to Windows paths or creating + Linux application shortcuts on the Windows Desktop. + </longdescription> + <upstream> + <remote-id type="github">wslutilities/wslu</remote-id> + </upstream> </pkgmetadata>
