dev-php/psr-log: fix inconsistent use of whitespace in metadata.xml.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Michael Orlitzky
2017-11-14 08:19:04 -05:00
parent 86499aeabf
commit 3e90354e34

View File

@@ -13,9 +13,10 @@
<email>php-bugs@gentoo.org</email>
</maintainer>
<longdescription>
PSR-3 logger, provide a common interface for logging libraries.
The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object
and write logs to it in a simple and universal way.
PSR-3 logger, provide a common interface for logging libraries.
The main goal is to allow libraries to receive a
Psr\Log\LoggerInterface object and write logs to it in a simple
and universal way.
</longdescription>
<upstream>
<remote-id type="github">php-fig/log</remote-id>