guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: python-yq: Fix texinfo markup.


From: guix-commits
Subject: 01/04: gnu: python-yq: Fix texinfo markup.
Date: Sat, 5 Dec 2020 12:15:19 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit c52f025684512eeb3c66d9820d6cc3049b693955
Author: Eric Bavier <bavier@member.fsf.org>
AuthorDate: Fri Dec 4 15:06:29 2020 -0600

    gnu: python-yq: Fix texinfo markup.
    
    * gnu/packages/python-xyz.scm (python-yq): Add missing `command`.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7de3c99..d07c911 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]