mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
fb95b755e2
commit
2bfe0564cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue