diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 02:54:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-07 23:58:26 +0200 |
commit | 20860819d69bb1b066db23060be3ca10f5659d27 (patch) | |
tree | 097bc90a1339776190c3d945543fdd78d3cef5d9 /gnu/packages/ruby.scm | |
parent | 4ee41a6ac1cd93193684986c584622c0775d4937 (diff) | |
download | guix-20860819d69bb1b066db23060be3ca10f5659d27.tar guix-20860819d69bb1b066db23060be3ca10f5659d27.tar.gz |
gnu: ruby-asciidoctor: Update description.
Synchronise with upstream README.
* gnu/packages/ruby.scm (ruby-asciidoctor)[description]: Add PDF.
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 5c70f5e743..1a878377cb 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -697,7 +697,7 @@ line of code.") (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))) |