mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-yq: Fix texinfo markup.
* gnu/packages/python-xyz.scm (python-yq): Add missing `command`.
This commit is contained in:
parent
1cb91eb50f
commit
c52f025684
1 changed files with 1 additions and 1 deletions
|
@ -17893,7 +17893,7 @@ style guide, even if the original code didn't violate the style guide.")
|
|||
(synopsis "Command-line YAML/XML processor")
|
||||
(description
|
||||
"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.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue