gnu: ruby-asciidoctor: Update description.

Synchronise with upstream README.

* gnu/packages/ruby.scm (ruby-asciidoctor)[description]: Add PDF.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 02:54:53 +02:00
parent 4ee41a6ac1
commit 20860819d6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -697,7 +697,7 @@ (define-public ruby-asciidoctor
(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) and other formats.")
AsciiDoc content to HTML5, DocBook 5 (or 4.5), PDF, and other formats.")
(home-page "https://asciidoctor.org")
(license license:expat)))