guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: asciidoc: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: asciidoc: Use HTTPS home page URI.
Date: Wed, 10 Jun 2020 11:19:50 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 42d1159  gnu: asciidoc: Use HTTPS home page URI.
42d1159 is described below

commit 42d1159335747f1dafa6d733f6326895dbb4b165
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 10 17:19:02 2020 +0200

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

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index dcacdb4..a3a07f5 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -111,7 +111,7 @@ release/xsl/current")
               ("docbook-xsl" ,docbook-xsl)
               ("libxml2" ,libxml2)
               ("libxslt" ,libxslt)))
-    (home-page "http://asciidoc.org/";)
+    (home-page "https://asciidoc.org/";)
     (synopsis "Text-based document generation system")
     (description
      "AsciiDoc is a text document format for writing notes, documentation,



reply via email to

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