summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-25 19:26:32 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-25 19:26:32 +0200
commit78763c1e7be07ed1c9306a6bee97d22e93c70dd2 (patch)
treea6a4000f8cfe65541b9bd1831029d8faeb905cf7
parent8a51e31f46ab33237e17ddca8b60c2ba37604898 (diff)
downloadpatches-78763c1e7be07ed1c9306a6bee97d22e93c70dd2.tar
patches-78763c1e7be07ed1c9306a6bee97d22e93c70dd2.tar.gz
gnu: cmark: Use HTTPS home page URI.
* gnu/packages/markup.scm (cmark)[home-page]: Use HTTPS URI.
-rw-r--r--gnu/packages/markup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 3cd7fb559c..7ae73da8a5 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.