gnu: cmark: Use HTTPS home page URI.

* gnu/packages/markup.scm (cmark)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-05-25 19:26:32 +02:00
parent 8a51e31f46
commit 78763c1e7b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -228,7 +228,7 @@ (define-public cmark
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.