diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 02:53:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 06:12:20 +0200 |
commit | bba082a1f8c13cecd006d06048ee122d5ab6da6b (patch) | |
tree | 0d4b3ab8ab59812629ed4db2fcbc6e66e8999c2e /gnu/packages/ruby.scm | |
parent | 9933a8e739ab992ba390c1e58cc3bcbd44be01ea (diff) | |
download | patches-bba082a1f8c13cecd006d06048ee122d5ab6da6b.tar patches-bba082a1f8c13cecd006d06048ee122d5ab6da6b.tar.gz |
gnu: ruby-asciidoctor: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-asciidoctor)[home-page]: Use HTTPS.
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 e4ceac7704..5c70f5e743 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -698,7 +698,7 @@ line of code.") (description "Asciidoctor is a text processor and publishing toolchain for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats.") - (home-page "http://asciidoctor.org") + (home-page "https://asciidoctor.org") (license license:expat))) (define-public ruby-sporkmonger-rack-mount |