summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-29 22:35:45 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-29 22:49:46 -0800
commitba8bbfbf4a6ea42fd7d97a5dc2d563a1a203ec7b (patch)
treed4cb418b3ef2c823e805c7b5c1be821c838695b4 /gnu/packages
parent7b261b385814a5820a4a0a7fce9dbe8d7b579c1d (diff)
gnu: ruby-ox: Fix trailing whitespace in description.
* gnu/packages/ruby.scm (ruby-ox)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/ruby.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 55af2beb8bf..9e244bf38cb 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6408,7 +6408,7 @@ decoding of JSON is implemented as a C extension to Ruby.")
6408 "Optimized XML (Ox) is a fast XML parser and object serializer for Ruby 6408 "Optimized XML (Ox) is a fast XML parser and object serializer for Ruby
6409written as a native C extension. It was designed to be an alternative to 6409written as a native C extension. It was designed to be an alternative to
6410Nokogiri and other Ruby XML parsers for generic XML parsing and as an 6410Nokogiri and other Ruby XML parsers for generic XML parsing and as an
6411alternative to Marshal for Object serialization. ") 6411alternative to Marshal for Object serialization.")
6412 (home-page "http://www.ohler.com/ox") 6412 (home-page "http://www.ohler.com/ox")
6413 (license license:expat))) 6413 (license license:expat)))
6414 6414