commit: 5acbadfaaae7e3e572d754634f498261ae17e001
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 13:17:35 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 14:41:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acbadfa
dev-php/json-schema: fix inconsistent use of whitespace in metadata.xml.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-php/json-schema/metadata.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-php/json-schema/metadata.xml b/dev-php/json-schema/metadata.xml
index 43b623ea547..dff9620c750 100644
--- a/dev-php/json-schema/metadata.xml
+++ b/dev-php/json-schema/metadata.xml
@@ -13,7 +13,8 @@
<email>[email protected]</email>
</maintainer>
<longdescription>
- A PHP Implementation for validating JSON Structures against a given
Schema.
+ A PHP library for validating JSON structures against a given
+ schema.
</longdescription>
<upstream>
<remote-id type="github">justinrainbow/json-schema</remote-id>