3
5
Fork 0
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:
Vagrant Cascadian 2021-12-29 22:35:45 -08:00
parent 7b261b3858
commit ba8bbfbf4a
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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)))