mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
fixes the following pkgcheck warnings: app-misc/proctl PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent indentation on lines: 10, 11, 12 Signed-off-by: ingenarel <ingenarelitems@gmail.com>
18 lines
578 B
XML
18 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>aidenwingard2@gmail.com</email>
|
|
<description>Primary maintainer</description>
|
|
</maintainer>
|
|
<longdescription>
|
|
proctl is a C program that allows the controlling of other processes.
|
|
it can execute, kill, and restart processes my passing arguments to
|
|
the proctl command.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">kernaltrap8/proctl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|