mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue