diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 07ce5f2537..e24ef973b5 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -462,7 +462,7 @@ (define-public jsoncpp-for-tensorflow "1180ln8blrb0mwzpcf78k49hlki6di65q77rsvglf83kfcyh4d7z")))))) (define-public json.sh - (let ((commit "0d5e5c77365f63809bf6e77ef44a1f34b0e05840") + (let ((commit "0d5e5c77365f63809bf6e77ef44a1f34b0e05840") ;no releases (revision "1")) (package (name "json.sh") @@ -499,14 +499,14 @@ (define-public json.sh `(("bash-minimal" ,bash-minimal) ("grep" ,grep) ("sed" ,sed))) - (synopsis - "Pipeable JSON parser written in shell") + (synopsis "Pipeable JSON parser written in shell") (description - "A JSON parser written in shell, compatible with ash, bash, dash and zsh. -Pipe json to it, and it traverses the json objects and prints out the path to -the current object (as a JSON array) and then the object, without whitespace.") + "This package provides a JSON parser written in shell, compatible with +ash, Bash, Dash and Zsh. Pipe JSON to it, and it traverses the JSON objects +and prints out the path to the current object (as a JSON array) and then the +object, without whitespace.") (home-page "https://github.com/dominictarr/JSON.sh") - (license (list license:expat license:asl2.0))))) + (license (list license:expat license:asl2.0))))) ;dual-licensed (define-public capnproto (package