nckx pushed a commit to branch master
in repository guix.

commit bba082a1f8c13cecd006d06048ee122d5ab6da6b
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Wed Jun 6 02:53:50 2018 +0200

    gnu: ruby-asciidoctor: Use HTTPS home page.
    
    * gnu/packages/ruby.scm (ruby-asciidoctor)[home-page]: Use HTTPS.
---
 gnu/packages/ruby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e4ceac7..5c70f5e 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

Reply via email to