gnu: ruby-asciidoctor: Use HTTPS home page.

* gnu/packages/ruby.scm (ruby-asciidoctor)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 02:53:50 +02:00
parent 9933a8e739
commit bba082a1f8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -698,7 +698,7 @@ (define-public ruby-asciidoctor
(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