gnu: ruby-asciidoctor: Re-indent.

* gnu/packages/ruby.scm (ruby-asciidoctor): Re-indent.
This commit is contained in:
Maxim Cournoyer 2020-07-09 13:17:57 -04:00
parent fef0564c6f
commit 751bf33d47
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1123,9 +1123,9 @@ (define-public ruby-asciidoctor
("ruby-asciimath" ,ruby-asciimath)
("ruby-coderay" ,ruby-coderay)))
(synopsis "Converter from AsciiDoc content to other formats")
(description
"Asciidoctor is a text processor and publishing toolchain for converting
AsciiDoc content to HTML5, DocBook 5 (or 4.5), PDF, and other formats.")
(description "Asciidoctor is a text processor and publishing toolchain for
converting AsciiDoc content to HTML5, DocBook 5 (or 4.5), PDF, and other
formats.")
(home-page "https://asciidoctor.org")
(license license:expat)))