me
/
guix
Archived
1
0
Fork 0

gnu: python-yq: Fix texinfo markup.

* gnu/packages/python-xyz.scm (python-yq): Add missing `command`.
master
Eric Bavier 2020-12-04 15:06:29 -06:00
parent 1cb91eb50f
commit c52f025684
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 1 additions and 1 deletions

View File

@ -17893,7 +17893,7 @@ style guide, even if the original code didn't violate the style guide.")
(synopsis "Command-line YAML/XML processor") (synopsis "Command-line YAML/XML processor")
(description (description
"This package provides @command{yq} and @command{xq} for processing YAML "This package provides @command{yq} and @command{xq} for processing YAML
and XML respectively. The processing is done through @{jq}, @command{jq} and XML respectively. The processing is done through @command{jq}, @command{jq}
filters can be used to process the data as it passes through.") filters can be used to process the data as it passes through.")
(license license:asl2.0))) (license license:asl2.0)))