diff options
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 102b206f31..b53aa02ef3 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -11492,7 +11492,7 @@ serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.") (lambda* (#:key inputs #:allow-other-keys) (invoke "patch" "-p1" "--batch" "-i" (assoc-ref inputs "test-patch"))))))) - (synopsis "framework-agnostic way to render logic-free views") + (synopsis "Framework-agnostic way to render logic-free views") (description "Mustache is a framework-agnostic way to render logic-free views. Think of Mustache as a replacement for your views. Instead of views |