gnu: python-mujson: Fix typo.

* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This
  package".
This commit is contained in:
Vagrant Cascadian 2020-10-28 20:05:44 -07:00
parent 2d2b3b24c8
commit 19c2c9f0bf
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -21996,7 +21996,7 @@ allows you, from Python code, to “fix” invalid (X)HTML markup.")
(build-system python-build-system)
(home-page "https://github.com/mattgiles/mujson")
(synopsis "Use the fastest JSON functions available at import time")
(description "This packages selects the fastest JSON functions available
(description "This package selects the fastest JSON functions available
at import time.")
(license license:expat)))