gnu: ruby-regexp-parser: Fix synopsis.

* gnu/packages/ruby.scm (ruby-regexp-parser)[synopsis]: Fix trailing
  whitespace. Drop leading article.
This commit is contained in:
Vagrant Cascadian 2021-12-30 00:28:50 -08:00
parent fb95b755e2
commit 2bfe0564cc
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -7080,7 +7080,7 @@ (define-public ruby-regexp-parser
#t)))))
(native-inputs
(list ragel ruby-regexp-property-values ruby-rspec))
(synopsis "A regular expression parser library for Ruby ")
(synopsis "Regular expression parser library for Ruby")
(description "A Ruby gem for tokenizing, parsing, and transforming regular
expressions. It comprises the following components:
@itemize