dev-python/jsonpatch: fix description length
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 24 Feb 2018 04:37:43 +0000 (22:37 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 24 Feb 2018 05:51:26 +0000 (23:51 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/jsonpatch/jsonpatch-1.21.ebuild

index b1dcf7799db473df98d8fd55347d18a743e87fe1..3bf2670e142d51ec3f21bb81976ed8b5fc99bbc4 100644 (file)
@@ -8,8 +8,7 @@ RESTRICT="test"
 
 inherit distutils-r1
 
-DESCRIPTION="Apply JSON-Patches according to
-       http://tools.ietf.org/html/draft-pbryan-json-patch-04"
+DESCRIPTION="Apply JSON-Patches like http://tools.ietf.org/html/draft-pbryan-json-patch-04"
 HOMEPAGE="https://github.com/stefankoegl/python-json-patch"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"