me
/
guix
Archived
1
0
Fork 0

gnu: ruby-ox: Fix trailing whitespace in description.

* gnu/packages/ruby.scm (ruby-ox)[description]: Fix trailing whitespace.
master
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
1 changed files with 1 additions and 1 deletions

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