summary refs log tree commit diff
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
parent7b261b385814a5820a4a0a7fce9dbe8d7b579c1d (diff)
downloadguix-ba8bbfbf4a6ea42fd7d97a5dc2d563a1a203ec7b.tar.gz
gnu: ruby-ox: Fix trailing whitespace in description.
* gnu/packages/ruby.scm (ruby-ox)[description]: Fix trailing whitespace.
-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 55af2beb8b..9e244bf38c 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.")
      "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)))