guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: cmark: Use HTTPS home page URI.
Date: Mon, 25 May 2020 13:26:46 -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 78763c1  gnu: cmark: Use HTTPS home page URI.
78763c1 is described below

commit 78763c1e7be07ed1c9306a6bee97d22e93c70dd2
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 19:26:32 2020 +0200

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

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 3cd7fb5..7ae73da 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -228,7 +228,7 @@ CommonMark to an abstract syntax tree (@dfn{AST}) and 
rendering the document
 as HTML, groff man, LaTeX, CommonMark, or an XML representation of the
 AST.  The package also provides the command-line program @command{cmark}
 for parsing and rendering CommonMark.")
-    (home-page "http://commonmark.org";)
+    (home-page "https://commonmark.org";)
     ;; cmark is distributed with a BSD-2 license, but some components are Expat
     ;; licensed. The CommonMark specification is Creative Commons CC-BY-SA 4.0
     ;; licensed. See 'COPYING' in the source distribution for more information.



reply via email to

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