gnu: cmark: Use HTTPS home page URI.
* gnu/packages/markup.scm (cmark)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
8a51e31f46
commit
78763c1e7b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user