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@gmail.com>
This commit is contained in:
ingenarel
2025-07-21 04:26:21 +06:00
parent 398cba1d02
commit 38d8580d71

View File

@@ -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>sstallion@gmail.com</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>sstallion@gmail.com</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>