mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ruby-ox: Fix trailing whitespace in description.
* gnu/packages/ruby.scm (ruby-ox)[description]: Fix trailing whitespace.
This commit is contained in:
parent
7b261b3858
commit
ba8bbfbf4a
1 changed files with 1 additions and 1 deletions
|
@ -6408,7 +6408,7 @@ decoding of JSON is implemented as a C extension to Ruby.")
|
|||
"Optimized XML (Ox) is a fast XML parser and object serializer for Ruby
|
||||
written as a native C extension. It was designed to be an alternative to
|
||||
Nokogiri and other Ruby XML parsers for generic XML parsing and as an
|
||||
alternative to Marshal for Object serialization. ")
|
||||
alternative to Marshal for Object serialization.")
|
||||
(home-page "http://www.ohler.com/ox")
|
||||
(license license:expat)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue