1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 20:44:06 +02:00

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
+1 -1
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)))