guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/21: gnu: ruby-asciidoctor: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 09/21: gnu: ruby-asciidoctor: Use HTTPS home page.
Date: Wed, 6 Jun 2018 00:12:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bba082a1f8c13cecd006d06048ee122d5ab6da6b
Author: Tobias Geerinckx-Rice <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]