mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add ruby-email-reply-trimmer.
* gnu/packages/ruby.scm (ruby-email-reply-trimmer): New variable.
This commit is contained in:
parent
04ab609b13
commit
81c5d985a6
1 changed files with 18 additions and 0 deletions
|
@ -10156,6 +10156,24 @@ (define-public ruby-mail
|
|||
(home-page "https://github.com/mikel/mail")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-email-reply-trimmer
|
||||
(package
|
||||
(name "ruby-email-reply-trimmer")
|
||||
(version "0.1.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "email_reply_trimmer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jgcxifm48xq5dz9k47q43pqm5bfnf14l62l3bqhmv8f6z8dw4ki"))))
|
||||
(build-system ruby-build-system)
|
||||
(synopsis "Trim replies from plain text email")
|
||||
(description "EmailReplyTrimmer is a Ruby small library to trim replies
|
||||
from plain text email.")
|
||||
(home-page "https://github.com/discourse/email_reply_trimmer")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-mathn
|
||||
(package
|
||||
(name "ruby-mathn")
|
||||
|
|
Loading…
Reference in a new issue